forked from lijiext/lammps
update example input files
This commit is contained in:
parent
c1dfd944af
commit
e4027ba98a
|
@ -1,4 +1,4 @@
|
|||
# Numerical difference calculation
|
||||
# Analytical calculation
|
||||
# of Born matrix
|
||||
|
||||
# Note that because of cubic symmetry and central forces, we have:
|
||||
|
@ -28,7 +28,7 @@ mass * 39.948
|
|||
velocity all create ${T} 87287 loop geom
|
||||
velocity all zero linear
|
||||
|
||||
pair_style lj/cut 12.
|
||||
pair_style lj/cut 12.0
|
||||
pair_coeff 1 1 0.238067 3.405
|
||||
|
||||
neighbor 0.0 bin
|
||||
|
|
|
@ -28,7 +28,7 @@ mass * 39.948
|
|||
velocity all create ${T} 87287 loop geom
|
||||
velocity all zero linear
|
||||
|
||||
pair_style lj/cut 12.
|
||||
pair_style lj/cut 12.0
|
||||
pair_coeff 1 1 0.238067 3.405
|
||||
|
||||
neighbor 0.0 bin
|
||||
|
|
|
@ -31,7 +31,7 @@ namespace LAMMPS_NS {
|
|||
class ComputeBornMatrix : public Compute {
|
||||
public:
|
||||
ComputeBornMatrix(class LAMMPS *, int, char **);
|
||||
virtual ~ComputeBornMatrix() override;
|
||||
~ComputeBornMatrix() override;
|
||||
void init() override;
|
||||
void init_list(int, class NeighList *) override;
|
||||
void compute_vector() override;
|
||||
|
|
Loading…
Reference in New Issue