-
Notifications
You must be signed in to change notification settings - Fork 91
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
group velocity #87
Comments
Have you tried something like |
Yes . I have tried that one also. Then it is showing error: ice-9/eval.scm:330:13: ice-9/eval.scm:330:13: Wrong number of arguments to #<procedure display-group-velocities ()> |
What does |
I tried that one. But it's taking so much time. I started it like 4 hours ago and still it is running. I don't know why. |
No, what happens if you just type |
It shows: |
I used (display-group-velocities) syntax for getting group velocities, which is supposed to output all of the group velocity vectors at each k-point. But I am getting group velocity vectors for the bands at the last computed k point. What am I doing wrong? How do I get group velocities at desired k-points?
when I used (output-at-kpoint (vector3 0.5 0 0) display-group-velocities) I am getting nothing in the place of group velocities.
The text was updated successfully, but these errors were encountered: