Skip to content

Commit dffb53e

Browse files
committed
Merge branch 'main' of https://github.com/floatingCatty/DeePTB into fix_rmax
2 parents f670f9e + aaa6375 commit dffb53e

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN source ~/.bashrc && \
3434
conda create -n deeptb python=3.9 -c conda-forge -y && \
3535
source activate deeptb && \
3636
pip install torch==2.1.1 && \
37+
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.1.1+cpu.html && \
3738
cd ./DeePTB && \
3839
pip install . && \
3940
cd .. && \

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,26 @@ When utilizing the DeePTB package in your research, we request that you cite the
6666
Gu, Qiangqiang, et al. "DeePTB: A deep learning-based tight-binding approach with ab initio accuracy." arXiv preprint arXiv:2307.04638 (2023).
6767
```
6868

69+
## Full Dependencies
70+
- python = ">=3.8"
71+
- pytest = ">=7.2.0"
72+
- pytest-order = "1.2.0"
73+
- numpy = "*"
74+
- scipy = "1.9.1"
75+
- spglib = "*"
76+
- matplotlib = "*"
77+
- torch = ">=1.13.0"
78+
- ase = "*"
79+
- pyyaml = "*"
80+
- future = "*"
81+
- dargs = "0.4.4"
82+
- xitorch = "0.3.0"
83+
- fmm3dpy = "1.0.0"
84+
- e3nn = ">=0.5.1"
85+
- torch-runstats = "0.2.0"
86+
- torch_scatter = "2.1.2"
87+
- torch_geometric = ">=2.4.0"
88+
- opt-einsum = "3.3.0"
89+
- h5py = "3.7.0"
90+
- lmdb = "1.4.1"
91+

0 commit comments

Comments
 (0)