Regenerate results JSON files

This commit is contained in:
IAlibay
2024-02-08 12:05:02 +00:00
parent b3a7e1342f
commit 7e268de85c
4 changed files with 1 additions and 1 deletions

View File

@@ -127,7 +127,7 @@ def generate_rfe_json(smcA, smcB):
systemB = openfe.ChemicalSystem({'ligand': a_smcB})
dag = protocol.create(
stateA=systemA, stateB=systemB, mapping={'ligands': mapping}
stateA=systemA, stateB=systemB, mapping=mapping
)
execute_and_serialize(dag, protocol, "RHFEProtocol")