Skip to content

Commit

Permalink
Fix typo aminub
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Jun 6, 2024
1 parent 80534ec commit 883d7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iodata/orbitals.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def occsa(self):
-----
For restricted wavefunctions, in-place assignment to occsa will not
work. In this case, the array is derived from ``mo.occs`` and optionally
``mo.occs_aminub``. To avoid that in-place assignment of occsa is
``mo.occs_aminusb``. To avoid that in-place assignment of occsa is
silently ignored, it is returned as a non-writeable array. To change
occsa, one can assign a whole new array, e.g. ``mo.occsa = new_occsa``
will work, while ``mo.occsa[1] = 0.3`` will not.
Expand Down Expand Up @@ -270,7 +270,7 @@ def occsb(self):
-----
For restricted wavefunctions, in-place assignment to occsb will not
work. In this case, the array is derived from ``mo.occs`` and optionally
``mo.occs_aminub``. To avoid that in-place assignment of occsb is
``mo.occs_aminusb``. To avoid that in-place assignment of occsb is
silently ignored, it is returned as a non-writeable array. To change
occsb, one can assign a whole new array, e.g. ``mo.occsb = new_occsb``
will work, while ``mo.occsb[1] = 0.3`` will not.
Expand Down

0 comments on commit 883d7d8

Please sign in to comment.