Skip to content

Commit d068b36

Browse files
authored
Update README.md
1 parent 12b950b commit d068b36

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For cuda depdencies, edit the second line of the file from "CUDA"=cpu to the pre
1414

1515
## Experiments
1616

17-
All the experiments of the paper can be reproduced from the command line using the parser script. We first give a detail example on how to train a BOTNet on 3BPA configurations at 300K :
17+
All the experiments of the paper can be reproduced from the command line using the parser script. We first give a detail example on how to train a scale shifted BOTNet on 3BPA configurations at 300K :
1818

1919
```bash
2020
# Run command
@@ -40,6 +40,11 @@ python3 ./botnet-main/scripts/run_train.py \
4040
--restart_latest \
4141
```
4242

43+
### BOTNet Scale Shifted
44+
### BOTNet E0
45+
### NequIP
46+
### NequIP Linear
47+
4348

4449
## Contacts
4550

0 commit comments

Comments
 (0)