mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-10-31 19:23:40 +01:00
13 lines
223 B
OCaml
13 lines
223 B
OCaml
(** Electronic kinetic energy integrals, expressed as a matrix in a {!Basis.t}.
|
|
|
|
{%
|
|
$$
|
|
T_{ij} = \left \langle \chi_i \left| -\frac{1}{2} \Delta \right| \chi_j \right \rangle
|
|
$$
|
|
%}
|
|
*)
|
|
|
|
include module type of MatrixOnBasis
|
|
|
|
|