mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-04 14:14:22 +08:00
Fix devtools for #666 changes
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user