Skip to content

Commit

Permalink
Merge pull request #3 from blackrabbit17/alainr/doc_fix
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
yuanqidu authored Dec 8, 2024
2 parents 326ad6d + ae75af2 commit 504bf78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ python main_qm9.py --device $device --target $target
```
### MD17
```python
device=9
device=0
name='aspirin' #aspirin, benzene2017, ethanol, malonaldehyde, naphthalene, salicylic, toluene, uracil
python main_md17.py --device 0 --name $name
python main_md17.py --device $device --name $name
```


Expand Down

0 comments on commit 504bf78

Please sign in to comment.