more meaningful output for electron units. fix bug in time unit to fs conversion

This commit is contained in:
Axel Kohlmeyer
2018-03-21 20:12:14 -04:00
parent 07a8e31623
commit 8bbefb6187
2 changed files with 9 additions and 1 deletions

View File

@ -246,7 +246,7 @@ void Update::set_units(const char *style)
force->hhmrr2e = 0.0;
force->mvh2r = 0.0;
force->angstrom = 1.88972612;
force->femtosecond = 41.34137413;
force->femtosecond = 1.0;
force->qelectron = 1.0;
dt = 0.001;