git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11640 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-03-18 14:55:05 +00:00
parent 8085420f37
commit 3862545817

View File

@ -256,7 +256,7 @@ void Update::set_units(const char *style)
force->mvh2r = 0.0;
force->angstrom = 1.0e-4;
force->femtosecond = 1.0e-9;
force->qelectron = 1.6021765e-19;
force->qelectron = 1.6021765e-7;
dt = 2.0;
neighbor->skin = 0.1;
@ -277,7 +277,7 @@ void Update::set_units(const char *style)
force->mvh2r = 0.0;
force->angstrom = 1.0e-1;
force->femtosecond = 1.0e-6;
force->qelectron = 1.6021765e-19;
force->qelectron = 1.0;
dt = 0.00045;
neighbor->skin = 0.1;