Re: [SIESTA-L] Question about sisl geometry creation

2021-06-29 Por tôpico Nick Papior
That is because the geometry will be stored in the geometry object. It seems you are new to Python? In any case reading up on using Python and scripting in Python seems appropriate. To write any geometry object, you would do: geometry.write("filename.xyz") or what-ever file format implemented.

[SIESTA-L] Question about sisl geometry creation

2021-06-28 Por tôpico Zerota Achili
Dear Prof. Papior, I am a beginner with your code sisl . I have noticed in the sisl introduction part you mentioned that for graphen geometry creation we can use for example the following code: import sisl graphene = sisl.geom.graphene(1.42).repeat(100, 0).repeat(100, 1) I write to ask where