Skip to content

Commit

Permalink
update vib pes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
soranjh committed Feb 12, 2025
1 parent 4ad4cfa commit 5603081
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pennylane/qchem/vibrational/vibrational_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ class VibrationalPES:
expected to be the weights of Gauss-Hermite quadrature.
uloc (TensorLike[float]): normal mode localization matrix with shape ``(m, m)`` where
``m = len(freqs)``
pes_data (list[TensorLike[float]]): one-mode, two-mode and three-mode potential energy
surface data computed along the normal modes
pes_data (list[TensorLike[float]]): list of one-mode, two-mode and three-mode potential
energy surface data , with shapes ``(m, l)``, ``(m, m, l, l)`` ``(m, m, m, l, l, l)``,
respectively, where ``m = len(freqs)`` and ``l > 0``
dipole_data (list[TensorLike[float]]): one-mode, two-mode and three-mode dipole moment data
computed along the normal modes
localized (bool): Flag that the potential energy surface data correspond to localized normal
Expand Down

0 comments on commit 5603081

Please sign in to comment.