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
Branches
Tags
1 merge request!23WIP: Feature/use cmake
Pipeline #
......@@ -28,7 +28,6 @@ def main():
sys.argv[1:])
c.compute_statistics()
print((c.statistics['energy(t)'] - c.statistics['renergy(t)']) / c.statistics['renergy(t)'])
print(list(c.statistics.keys()))
energyk = c.statistics['energy(k)']
nshell = c.get_data_file()['kspace/nshell'].value
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