XanaduAI / GradDFT

GradDFT is a JAX-based library enabling the differentiable design and experimentation of exchange-correlation functionals using machine learning techniques.
Apache License 2.0
79 stars 7 forks source link

Bug fix: gamma point PBC code now works in SCF mode #92

Closed jackbaker1001 closed 1 year ago

jackbaker1001 commented 1 year ago

There were some array dimensions related to k-points which weren't "squeezed out" which stopped the SCF version of the code working properly. This has been fixed.