Update README.md

This commit is contained in:
Pierre-Francois Loos 2023-07-10 20:07:04 +02:00 committed by GitHub
parent d4ca292ffd
commit a7a8a13d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -55,3 +55,8 @@ options:
-x XYZ, --xyz XYZ Name of the file containing the nuclear coordinates in xyz format in the $QUACK_ROOT/mol/ directory without the .xyz
extension
'''
For example, if you want to run a calculation on water using the cc-pvdz basis set:
```
QuAcK 💩 % python PyDuck.py -x water -b cc-pvdz
'''