pyiron_atomistics icon indicating copy to clipboard operation
pyiron_atomistics copied to clipboard

SPHInX rerun fails

Open samwaseda opened this issue 2 years ago • 0 comments

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.

samwaseda avatar Feb 17 '23 16:02 samwaseda