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

Add colab buttons to the notebooks #88

Closed PabloAMC closed 1 year ago

jackbaker1001 commented 1 year ago

@PabloAMC is there a way to have this working in a pre-installed environment on collab? The link works but the notebook won't run without install.

PabloAMC commented 1 year ago

@jackbaker1001 I have added the following code cell at the beginning of each tutorial

# In colab run
# !pip install git+https://github.com/XanaduAI/GradDFT.git

I have checked it works.