You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/calculation.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ Cclib also allows to further analyse calculation ouputs.
4
4
5
5
# C squared population analysis (CSPA)
6
6
**CSPA** can be used to determine and interpret the electron density of a molecule. The contribution of the a-th atomic orbital to the i-th molecular orbital can be written in terms of the molecular orbital coefficients:
7
+
7
8
$$\Phi_{ai} = \frac{c^2_{ai}}{\sum_k c^2_{ki}}$$
9
+
8
10
```Julia
9
11
# Example calculation files can be found in the test folder of the main branch.
MPA can be used to determine and interpret the electron density of a molecule. The contribution of the a-th atomic orbital to the i-th molecular orbital in this method is written in terms of the molecular orbital coefficients, c, and the overlap matrix, S:
0 commit comments