Remove invalid thermo accesses

This commit is contained in:
Richard Berger
2021-03-18 14:26:52 -04:00
parent 64ba2f4ee2
commit 4c0efceb1e

View File

@ -240,17 +240,9 @@ create_atoms 1 single &
state = { state = {
"step": 0, "step": 0,
"elapsed" : 0.0,
"elaplong": 0,
"dt" : 0.005, "dt" : 0.005,
"time" : 0.0, "time" : 0.0,
"atoms" : 2.0, "atoms" : 2.0,
"temp" : 0,
"press" : 0,
"pe" : 0.0,
"ke" : 0.0,
"etotal" : 0.0,
"enthalpy" : 0.0,
"vol" : 8.0, "vol" : 8.0,
"lx" : 2.0, "lx" : 2.0,
"ly" : 2.0, "ly" : 2.0,