mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-10-31 19:23:40 +01:00
7 lines
129 B
OCaml
7 lines
129 B
OCaml
(** Overlap matrix of the atomic orbitals.
|
|
|
|
{% $$ \langle \chi_i | \chi_j \rangle $$ %}
|
|
*)
|
|
|
|
include module type of MatrixOnBasis
|