-
In you documentation, I see I can convert a Geometry() to an ase.Atoms() by g = sisl.geom.graphene()
g.to.ase() But I don't know how to do the inverse process. The release notes 0.12.0 said it complemented from/to pymatgen. But I still don't know how to use the "from" method. Looking forward to your answers! Thanks for your fantastic codes btw. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
After reading the source code, I found the method should be |
Beta Was this translation helpful? Give feedback.
After reading the source code, I found the method should be
sisl.Geometry.new.pymatgen()
. But I still failed to complete the convertion. I will create an issue about the details later. Now I have to convert it into ase and then to pymatgen.