Skip to content
Snippets Groups Projects
Commit 4e01d930 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

don't print list of statistics keys

parent 10b0fdbd
No related branches found
No related tags found
1 merge request!23WIP: Feature/use cmake
Pipeline #
...@@ -28,7 +28,6 @@ def main(): ...@@ -28,7 +28,6 @@ def main():
sys.argv[1:]) sys.argv[1:])
c.compute_statistics() c.compute_statistics()
print((c.statistics['energy(t)'] - c.statistics['renergy(t)']) / c.statistics['renergy(t)']) print((c.statistics['energy(t)'] - c.statistics['renergy(t)']) / c.statistics['renergy(t)'])
print(list(c.statistics.keys()))
energyk = c.statistics['energy(k)'] energyk = c.statistics['energy(k)']
nshell = c.get_data_file()['kspace/nshell'].value nshell = c.get_data_file()['kspace/nshell'].value
renergy = np.mean(c.statistics['renergy(t)']) renergy = np.mean(c.statistics['renergy(t)'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment