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

Assyst nodes #114

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

Assyst nodes #114

wants to merge 12 commits into from

Conversation

ligerzero-ai
Copy link
Contributor

@liamhuber

Initial rough draft in example.py.

lmk if you think there's a better way to do things

Copy link

Binder 👈 Launch a binder notebook on branch pyiron/pyiron_nodes/ASSYST_nodes

job_name="struct_pyxtal",
vasp_command="module load vasp; module load intel/19.1.0 impi/2019.6; unset I_MPI_HYDRA_BOOTSTRAP; unset I_MPI_PMI_LIBRARY; mpiexec -n 40 vasp_std",
):
wf.ISIF7_incar_nsw = get_ionic_steps_incar(incar, ionic_steps)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I snooped your last commit -- absolutely spot on, can't put an input channel dynamically inside a dict.

An alternative to the custom node here would be an inputs-to-dict transformer. Need to define a new node instance either way, but the advantage to the transformer is you don't also need the new node class. (I'm snooping on mobile, so forgive me if I missed context they makes this comment technically incorrect-- it's anyhow not critical, I just wanted to highlight the alternate route)

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