-
Notifications
You must be signed in to change notification settings - Fork 32
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
solvents interface code #87
Conversation
x.get_ion_concentration(volume) for x in self.ions | ||
], | ||
"solvent_depth": self.solvent_depth, | ||
"solvent_volume": volume, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we think of other metadata we would like to store when we generate the input? Is initial surface charge density something meaningful (i.e. ion_charge / surface_area
)?
cc - @nitishg91
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, initial surface charge would be good to store.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, units seem right
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good.
Moved into https://github.com/FAIR-Chem/fairchem |
No description provided.