From 4c0efceb1edfc9fe8845b0fda6629aae6bdb759c Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Thu, 18 Mar 2021 14:26:52 -0400 Subject: [PATCH] Remove invalid thermo accesses --- unittest/python/python-commands.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/unittest/python/python-commands.py b/unittest/python/python-commands.py index 4c80e8d227..c82e2fdb26 100644 --- a/unittest/python/python-commands.py +++ b/unittest/python/python-commands.py @@ -240,17 +240,9 @@ create_atoms 1 single & state = { "step": 0, - "elapsed" : 0.0, - "elaplong": 0, "dt" : 0.005, "time" : 0.0, "atoms" : 2.0, - "temp" : 0, - "press" : 0, - "pe" : 0.0, - "ke" : 0.0, - "etotal" : 0.0, - "enthalpy" : 0.0, "vol" : 8.0, "lx" : 2.0, "ly" : 2.0,