Skip to content

Commit

Permalink
fixed links to mathematical convention in sources
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Aug 7, 2024
1 parent 1d76d5d commit 2334f69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/sisl/io/tbtrans/tbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ class tbtncSileTBtrans(_devncSileTBtrans):
are in fortran indexing (1-based), everything is returned as Python indexing (0-based)
when using Python scripts.
The notation described in :ref:`math_convention` will be used.
The mathematical notation described in :ref:`this document <math_convention>`
will be used throughout.
A word on DOS normalization:
Expand Down
2 changes: 1 addition & 1 deletion src/sisl/physics/densitymatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def spin_align(self, vec: SeqFloat, atoms: AtomsIndex = None):
def mulliken(self, projection="orbital"):
r""" Calculate Mulliken charges from the density matrix
See `math_convention`_ for details on the mathematical notation.
See :ref:`this document <math_convention>` for details on the mathematical notation.
Matrices :math:`\boldsymbol\rho` and :math:`\mathbf S` are density
and overlap matrices, respectively.
Expand Down

0 comments on commit 2334f69

Please sign in to comment.