Skip to content

Commit

Permalink
added conf_opt to examples page
Browse files Browse the repository at this point in the history
  • Loading branch information
kfir4444 committed Nov 19, 2024
1 parent 1a23dc0 commit d44caba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Multiple species are defined using SMILES / an XYZ list / InChI::

job_types:
rotors: true
conformers: true
conf_opt: true
fine: true
freq: true
opt: true
Expand Down Expand Up @@ -130,7 +130,7 @@ The same example as above ran via the API (e.g., in `Jupyter notebooks`__) would
max_job_time=24,
level_of_theory='CCSD(T)-F12/cc-pVTZ-F12//wb97xd/def2tzvp',
scan_level='wb97xd/def2tzvp',
conformer_level='b3lyp/6-311+g(d,p)',
conformer_opt_level='b3lyp/6-311+g(d,p)',
species=[spc1, spc2, spc3],
)

Expand Down

0 comments on commit d44caba

Please sign in to comment.