We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I (aka @samwaseda) showed an example notebook of how to include ontological types via type hinting:
@uniton_class class Simulation: class Input: temperature: u(float | None, units="kelvin") def do_something_with_temperature(temperature: Simulation.Input.temperature): ....
A functioning notebook containing all the steps below:
This is in order to mimic a typical scientist's routine "oh I would like to know the volume of Al at 300 K - can I find it somewhere?"
The same routine might not be applicable to Murnaghan or other techniques, but I really would like to see one full cycle somewhere.
Does this make sense?
The text was updated successfully, but these errors were encountered:
So I’ve got a few elements that could be put together:
dataclass
pydantic
uniton
atomRDF
Sorry, something went wrong.
No branches or pull requests
I (aka @samwaseda) showed an example notebook of how to include ontological types via type hinting:
Perspective / What I want
A functioning notebook containing all the steps below:
This is in order to mimic a typical scientist's routine "oh I would like to know the volume of Al at 300 K - can I find it somewhere?"
The same routine might not be applicable to Murnaghan or other techniques, but I really would like to see one full cycle somewhere.
Does this make sense?
The text was updated successfully, but these errors were encountered: