-
Notifications
You must be signed in to change notification settings - Fork 141
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
Magnetization Density Estimator #4531
Conversation
psi0=eval_det(R,spins,kup,kdn) | ||
ratios=np.zeros(ngrid) | ||
|
||
sxgrid=np.zeros(ngrid,) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extraneous comma?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! I'll double check that script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Took a while, but fixed. Reference value generation runs.
Status? |
Just need someone to approve it. |
Test this please |
Please review the developer documentation
on the wiki of this project that contains help and requirements.
Proposed changes
This implements a magnetization density estimator for non-collinear spin calculations. The formalism and use is already documented in the manual. Compatible only with the new estimator framework and batched drivers.
What type(s) of changes does this code introduce?
Does this introduce a breaking change?
What systems has this change been tested on?
Intel Xeon, RHEL7
Checklist
Update the following with a yes where the items apply. If you're unsure about any of them, don't hesitate to ask. This is
simply a reminder of what we are going to look for before merging your code.