Skip to content
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

Don't assume Mu values #27

Open
ksunden opened this issue Dec 31, 2017 · 0 comments
Open

Don't assume Mu values #27

ksunden opened this issue Dec 31, 2017 · 0 comments
Labels

Comments

@ksunden
Copy link
Member

ksunden commented Dec 31, 2017

// Define magnetic dipoles
//TODO: don't assume one, generalize
pycuda::complex<double> mu_ag = 1.;//ham.mu[0];
pycuda::complex<double> mu_2aa = 1.;//ham.mu[1];

Much like #23, this was a shortcut made because some values were not transferring properly. I believe the underlying problem is fixed, but never went back to test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant