Skip to content

Commit a97d8b1

Browse files
jsspenceralimuldal
authored andcommitted
Remove conda install instructions for DM21
PiperOrigin-RevId: 447710907
1 parent f4916da commit a97d8b1

File tree

1 file changed

+0
-17
lines changed
  • density_functional_approximation_dm21

1 file changed

+0
-17
lines changed

density_functional_approximation_dm21/README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,6 @@ pip install '.[testing]'
4747
py.test
4848
```
4949

50-
Alternatively, conda can be used to manage the installation of the dependencies
51-
instead. Please see the [conda documentation](https://docs.conda.io/en/latest/)
52-
for install instructions. Both miniconda and anaconda work. Given a working
53-
conda installation, and having cloned the deepmind_research repository :
54-
55-
```shell
56-
conda create -n dm21
57-
conda activate dm21
58-
conda install absl-py "h5py<3.3.0" numpy pytest scipy tensorflow
59-
conda install -c pyscf pyscf
60-
conda install -c conda-forge tensorflow-hub
61-
git clone https://github.com/deepmind/deepmind-research.git
62-
cd deepmind-research/density_functional_approximation_dm21
63-
pip install .
64-
py.test
65-
```
66-
6750
## PySCF interface
6851

6952
A typical DFT calculation with PySCF is set up and run using:

0 commit comments

Comments
 (0)