Skip to content

Commit 34215ca

Browse files
committed
add new charge options to yaml template
1 parent 1290daa commit 34215ca

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cli_tutorials/cli_charge_molecules.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,13 @@ partial_charge:
9292
# method: am1bccelf10
9393
# method: espaloma
9494
# method: nagl
95+
# method: forcefield # assigns the charges from the specified SMIRNOFF forcefield, see the `forcefields` setting below
9596
settings:
9697
off_toolkit_backend: ambertools
9798
# off_toolkit_backend: openeye # required for the am1bccelf10 method
9899
number_of_conformers: null # null specifies the use of the input conformer, a value requests that a new conformer be generated
99100
# nagl_model: null # null specifies the use of the latest nagl model
101+
# forcefields: [openff-2.3.0.offxml] # specifies the SMIRNOFF forcefields to use for the `forcefield` method
100102
```
101103

102104
## Overwriting Charges

0 commit comments

Comments
 (0)