pyiron_atomistics
pyiron_atomistics copied to clipboard
SPHInX rerun fails
from pyiron_atomistics import Project
pr = Project('SPX')
spx = pr.create.job.Sphinx('spx')
spx.structure = pr.create.structure.bulk('Al', cubic=True)
spx.run()
spx = pr.load('spx')
spx.run(delete_existing_job=True)
This fails probably because the lazy input is not properly loaded.