Xuyang Zhou

Results 6 comments of Xuyang Zhou

> Hi @RhettZhou. To me it seems like some of our steps to only rely on `ase.Atoms` fired back such that 'non-standard' element names are now broken? Which pyiron(_base, _atomistics)...

```python %matplotlib inline import numpy as np import matplotlib.pylab as plt import jupyter_capture_output def load(filename,filetype): pr = Project(path=filename) structure = ase_to_pyiron(ase.io.read(filename='structure/'+ filename + '.' + filetype, format=filetype)) return pr, structure...

from pyiron.project import Project import ase from pyiron_atomistics.atomistics.structure.atoms import ase_to_pyiron ## A few more modules need to be loaded, I forgot to mention above.

> Ok, so this is a problem on the garching cluster in generell! I will look up the most recent changes in our environment and try to reproduce the error....

> > %matplotlib inline > > import numpy as np > > import matplotlib.pylab as plt > > import jupyter_capture_output > > def load(filename,filetype): > > pr = Project(path=filename) >...

> There currently is an add-on that does it. I haven't interfaced it to pyiron yet (and it also needs the wavefunction files). However, it might be an alternative idea...