Commit JT 082219

- modified min spin names (removed oso from spin/cg and spin/lbfgs)
- modified associated option name (from spin_oso_cg to spin/cg, same for
lbfgs)
- modified .gitignore, doc pages, and examples accordingly
This commit is contained in:
julient31
2019-08-22 10:48:58 -06:00
parent 12c73e7a61
commit 8ec4e3fc91
12 changed files with 110 additions and 110 deletions

View File

@ -49,6 +49,6 @@ thermo_modify format float %20.15g
compute outsp all property/atom spx spy spz sp fmx fmy fmz
dump 1 all custom 50 dump.lammpstrj type x y z c_outsp[1] c_outsp[2] c_outsp[3] c_outsp[4] c_outsp[5] c_outsp[6] c_outsp[7]
min_style spin_oso_cg
min_style spin/cg
# min_modify line spin_none discrete_factor 10.0
minimize 1.0e-10 1.0e-10 10000 10000

View File

@ -49,6 +49,6 @@ thermo_modify format float %20.15g
compute outsp all property/atom spx spy spz sp fmx fmy fmz
dump 1 all custom 50 dump.lammpstrj type x y z c_outsp[1] c_outsp[2] c_outsp[3] c_outsp[4] c_outsp[5] c_outsp[6] c_outsp[7]
min_style spin_oso_lbfgs
min_style spin/lbfgs
# min_modify line spin_cubic discrete_factor 10.0
minimize 1.0e-15 1.0e-10 10000 1000