Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Nov 4, 2023
1 parent eec7f3a commit fb4ea62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/quacc/recipes/lj/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ def freq_job(
pressure
Pressure in bar.
vib_kwargs
Dictionary of custom kwargs for the vibration analysis. Refer to
[quacc.runners.ase.run_vib][].
Dictionary of kwargs for the `ase.vibrations.Vibrations` class.
**kwargs
Dictionary of custom kwargs for the LJ calculator. Set a value to
`None` to remove a pre-existing key entirely. For a list of available
Expand Down
3 changes: 1 addition & 2 deletions src/quacc/recipes/tblite/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ def freq_job(
pressure
Pressure in bar.
vib_kwargs
Dictionary of custom kwargs for the vibration analysis. Refer to
[quacc.runners.ase.run_vib][].
Dictionary of kwargs for the `ase.vibrations.Vibrations` class.
**kwargs
Custom kwargs for the tblite calculator. Set a value to
`None` to remove a pre-existing key entirely. For a list of available
Expand Down

0 comments on commit fb4ea62

Please sign in to comment.