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

Workflow interface #155

Open
jan-janssen opened this issue Dec 24, 2023 · 0 comments
Open

Workflow interface #155

jan-janssen opened this issue Dec 24, 2023 · 0 comments

Comments

@jan-janssen
Copy link
Member

To simplify the usage of the atomistics package in version 0.2.X, the workflows are going to implement only two functions:

  • generate_structures() which generates task to be executed with a given simulation code.
  • analyse_structures() which uses the results of the individual calculation to calculate other material properties. The analyse_structures() function requires the output parameter which can be used to specify which quantities are calculated.

All the additional functions like get_thermal_properties() or get_thermal_expansion() are going to be removed and replaced by calling analyse_structures() with the corresponding output parameters.

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