n2p2 - A neural network potential package
|
#include <mpi.h>
#include "mpi-extra.h"
#include "InterfaceLammps.h"
#include "Atom.h"
#include "Element.h"
#include "utility.h"
#include <Eigen/Dense>
#include <cmath>
#include <string>
#include <iostream>
#include <limits>
Go to the source code of this file.
Macros | |
#define | TOLCUTOFF 1.0E-2 |
#define TOLCUTOFF 1.0E-2 |
Definition at line 32 of file InterfaceLammps.cpp.