Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble reconciling results from json with openfe gather --report raw #925

Open
arjun-nufc opened this issue Aug 28, 2024 · 1 comment
Open

Comments

@arjun-nufc
Copy link

Hi, I am seeing different results from openfe gather --report raw and the estimate found in the results.json file.

This is what i get from openfe gather --report raw:

leg	ligand_i	ligand_j	DG(i->j) (kcal/mol)	MBAR uncertainty (kcal/mol)
complex	lig1	lig2	0.10	0.06
solvent	lig1	lig2	-0.68	0.06

This is what i get from the complex leg when reading in the results.json file:

>>>f = open("Transformation-b10b89ea4409926d4462e859b88a4f30_results.json", 'r')
>>>d = json.loads(f.read())
>>>d["estimate"]
{'magnitude': -0.2931549270309974, 'unit': 'kilocalorie_per_mole', ':is_custom:': True, 'pint_unit_registry': 'openff_units'}

should the numbers from the complex leg of openfe gather --report raw match with that of the value for "estimate" from the json? If not, can someone explain to me what these two numbers represent ?

Thanks in advance,
Arjun

@arjun-nufc
Copy link
Author

@IAlibay - any thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant