-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Saving hamiltonian/geometry into an nc-file doesn't save orbital information #278
Comments
You are correct. |
So this is not so easily done. I need to add extra logic to enable sisl to write non-complete basis sets. |
Is it because you are thinking of making the format identical to ion.nc files? I think for spgeom netcdf's it would be simpler to insist on the explicit format. If Siesta needs to read it (which I don't suppose it does, but still), then it can either be taught to understand it, or the sile could have a |
I agree. I would simply make a global identifier that writes which program wrote the file. That solves the issue. ;) I would like to focus on #221 before I proceed with this. |
Describe the bug
I usually save hamiltonians in the netcdf format using sisl.
When i load them, I cannot get any information on the orbitals other than the number of them per atom.
It would make sense I think if orbital information was saved (eg. which orbital is 2sZ1 etc).
Reproducable code
Gives orbital information like
Orbital{R: -1.00000, q0: 0.0},
, whileGives orbital information like
AtomicOrbital{5sZ1, q0: 1.0, SphericalOrbital{l: 0, R: 4.1761, q0: 1.0}}
.Version details
sisl master
The text was updated successfully, but these errors were encountered: