Skip to content

Commit 33361c5

Browse files
authored
Merge pull request #126 from CCPBioSim/30-averaging-over-molecules-of-the-same-type
Refactor entropy calculations: switch to per-timestep computation with molecule-type grouping
2 parents 3e619f9 + fe089bd commit 33361c5

File tree

8 files changed

+1281
-425
lines changed

8 files changed

+1281
-425
lines changed

CodeEntropy/config/arg_config_manager.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
"help": "If set to False, disables the calculation of water entropy",
6565
"default": True,
6666
},
67+
"grouping": {
68+
"type": str,
69+
"help": "How to group molecules for averaging",
70+
"default": "each",
71+
},
6772
}
6873

6974

0 commit comments

Comments
 (0)