-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
stdoutSileSiesta.read_charge returns dq and e? #699
Comments
I always use the However, I'm not sure it makes sense to use |
Well, I think we need to discern this. Currently, my understanding of the output is actually that |
Are you sure about this? The first few lines of the parsed Hirshfeld charges from one of my calculations is,
From this it seems like |
Yes, for Hirshfeld and Voronoi, these things got cleaned up. But I think for TS and Mulliken, this is not the case. I might be forgetting here.. But it would be nice to not get into problems here :) |
If we had to decide to choose either |
What about having both for some time? |
Would also be fine for me. |
Isn't it electrons that we are talking about here? Occupancy could be occupancy of anything 😅 I think "e" is clearer than "n".
I think this would be a bad idea unless one of them is lazily computed. But for that we would need to subclass |
Fair point. Still I feel like using |
fair points all. :) |
Ok, so we stick with Lets stick with that. :) |
And what about |
Yes, lets keep it. :) |
Ok, so this issue is the identity operator 😄 |
ha :) true :) |
Describe the issue
stdoutSileSiesta.read_charge
returns a dataframe with columns:dq
e
I think this might be a bit misleading.
Either we should have:
de
,e
dq
,q
I don't think siesta has a history of using
e
, while I can understand its use.I think for consistency, it would be wise to streamline these? So what should we choose?
@ahkole and @pfebrer I ping you because you have played with it :)
Any other comments would be appreciated!
The text was updated successfully, but these errors were encountered: