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

Allow more keys to mol_entries #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sudarshanv01
Copy link

Purpose: I am trying to add species view MoleculeEntries to an already generated mol_entries. The keys supplied through the MoleculeEntry as it stands are insufficient to perform species filtering (it requires additional keys, such as covalent_hash).

Workaround: any dict can be fed into mol_entries (as long as it is not a free energy key) and the MoleculeEntry

Is there another method for copying MoleculeEntry - I can also just deepcopy MoleculeEntry and then make changes, but we would be changing computed free energies? (thanks to @espottesmith for the discussion!)

@samblau
Copy link
Member

samblau commented Mar 14, 2023

@sudarshanv01 - sorry I didn't notice this PR back in October. Let's find a time to discuss it?

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

Successfully merging this pull request may close these issues.

2 participants