Skip to content

Commit e6b55e8

Browse files
authored
Merge pull request #200 from CCPBioSim/161-averaging-multimer
Update Averaging over Groups of Molecules for Conformational Entropy. This should solve the issues with averaging multimers #161
2 parents d21551b + c1ac5e3 commit e6b55e8

13 files changed

Lines changed: 2117 additions & 1367 deletions

CodeEntropy/config/arg_config_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"kcal_force_units": {
2828
"type": bool,
2929
"default": False,
30-
"help": "Set this to True if you have a separate force file with nonSI units.",
30+
"help": "Set this to True if you have a separate force file with kcal units.",
3131
},
3232
"selection_string": {
3333
"type": str,

0 commit comments

Comments
 (0)