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

Remove all the from grad_dft.file import function, particularly from examples #61

Closed PabloAMC closed 1 year ago

PabloAMC commented 1 year ago

In the paper Juan Miguel requests that all the lines of the kind

from grad_dft.file import function

may be removed.

jackbaker1001 commented 1 year ago

hmmm, but if we end up doing the changes in: https://github.com/XanaduAI/GradDFT/issues/18 then we will want to include atleast in one cell:

import grad_dft as gdft
PabloAMC commented 1 year ago

Yes, I agree

PabloAMC commented 1 year ago

I am closing this as I think the requested changes are covered by https://github.com/XanaduAI/GradDFT/issues/18.