- improved design of test_problem
- cleaned up langevin/spin - started doc for stt and hexaniso
This commit is contained in:
25
examples/SPIN/test_problems/run_all.sh
Executable file
25
examples/SPIN/test_problems/run_all.sh
Executable file
@ -0,0 +1,25 @@
|
||||
#!/bin/bash
|
||||
|
||||
# test 1: damping and exchange
|
||||
cd validation_damped_exchange/
|
||||
./run-test-exchange.sh
|
||||
rm dump.data res_lammps.dat res_llg.dat
|
||||
cd ..
|
||||
|
||||
# test 2: damping and Zeeman
|
||||
cd validation_damped_precession/
|
||||
./run-test-prec.sh
|
||||
rm res_lammps.dat res_llg.dat
|
||||
cd ..
|
||||
|
||||
# test 3: langevin, damping and Zeeman
|
||||
cd validation_langevin_precession/
|
||||
./run-test-prec.sh
|
||||
rm average_spin test-prec-spin.in res_lammps.dat res_langevin.dat
|
||||
cd ..
|
||||
|
||||
# test 4: NVE run, test Etot preservation
|
||||
cd validation_nve/
|
||||
./run-test-nve.sh
|
||||
rm nve_spin_lattice.pdf res_lammps.dat
|
||||
cd ..
|
||||
Reference in New Issue
Block a user