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

wip: first attempt to create a python workflw ux #155

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

VsevolodX
Copy link
Member

Based on yaml file for VBO calculation, a notebook with configurations and builders.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@VsevolodX
Copy link
Member Author

Saving comm. w/ TB:

from standata import Materials
from workflow_package import DefaultWorkflows
from jobs_package import JobBuilder

band_offset_workflow_configuration = DefaultWorkflows.get_by_name_first_match("Band Offset")

band_offset_workflow = band_offset_workflow_configuration(important_settings={"k_points": [6,6,1], ...})

job = JobBuilder(workflow=band_offset_workflow, material=Materials.get_by_name_first("Silicon"), compute={})

job.run()
job.wait_for_complete()
job.get_results()

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

Successfully merging this pull request may close these issues.

1 participant