-
Notifications
You must be signed in to change notification settings - Fork 16
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
Basis transfer code #216
Basis transfer code #216
Conversation
@@ -104,6 +104,7 @@ | |||
AtomicDataDict.HAMILTONIAN_KEY, # new # should be nested | |||
AtomicDataDict.OVERLAP_KEY, # new # should be nested | |||
AtomicDataDict.ENERGY_EIGENVALUE_KEY, # new # should be nested | |||
AtomicDataDict.EIGENVECTOR_KEY, # new # should be nested |
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.
是想把eigenvector 加入训练标签吗?估计不行啊。求导会出问题。
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.
这块是deeptb接dftio算实空间LDOS的时候用的
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.
ok
Add a new loss function: EigHamLoss
Add a new eigenvalue and eigenvector calculation module: I want to use the eigenvector constraint, instead of the Hamiltonian and overlap to bind the model from overfitting, but it fails. The module still works.