Skip to content

Commit

Permalink
fixed cdot (dot is above next token)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Jun 26, 2024
1 parent e995359 commit 49d4398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sisl/_core/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1711,9 +1711,9 @@ def dihedral(
\mathbf u_2 &= \mathbf r_3 - \mathbf r_2
\\
\phi &= \operatorname{atan2}\Big(
\hat{\mathbf u}_0\dot
\hat{\mathbf u}_0\cdot
(\hat{\mathbf u}_1\times\hat{\mathbf u}_2),
(\hat{\mathbf u}_0\times\hat{\mathbf u}_1)\dot
(\hat{\mathbf u}_0\times\hat{\mathbf u}_1)\cdot
(\hat{\mathbf u}_1\times\hat{\mathbf u}_2)
\Big)
Expand Down

0 comments on commit 49d4398

Please sign in to comment.