-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix imports #14
Fix imports #14
Conversation
requires the developer to once execute git config --local core.hooksPath .githooks/
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.
another minor minor minor change / question
import sys | ||
from functools import reduce | ||
|
||
import numpy | ||
|
||
import scipy.linalg | ||
from libdmet.lo import pywannier90 |
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.
pywannier90 is optional; would moving this to the top affect environments that don't have wannier90 configured?
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.
as discussed with @mscho527 in person, the pywannier python interface is always there. It just might not work, if the wannier library is not installed.
review after #13 is merged