Added additional tutorials for the dynamical matrix calculator

This commit is contained in:
casievers
2019-02-11 19:46:22 -08:00
parent 490f67d332
commit 4b8621e7ef
27 changed files with 144 additions and 12 deletions

View File

@ -0,0 +1,21 @@
# LAMMPS LATTICE DYNAMICS COMMANDS
## DYNAMICAL MATRIX CALCULATOR
This directory contains the ingredients to calculate a dynamical matrix.
Example:
```
NP=4 #number of processors
mpirun -np $NP lmp_mpi -in in.silicon -out out.silicon
```
To test out a different silicon example:
```
LMP_FILE=amorphous_silicon.lmp
cp lmp_bank/$LMP_FILE ./silicon_input_file.lmp
NP=4 #number of processors
mpirun -np $NP lmp_mpi -in in.silicon -out out.silicon
```
## Requires: MANYBODY and MOLECULE packages