QCaml/Basis/KinInt.mli

13 lines
223 B
OCaml
Raw Permalink Normal View History

2018-06-13 19:03:42 +02:00
(** Electronic kinetic energy integrals, expressed as a matrix in a {!Basis.t}.
2018-06-13 17:49:58 +02:00
{%
$$
T_{ij} = \left \langle \chi_i \left| -\frac{1}{2} \Delta \right| \chi_j \right \rangle
$$
%}
*)
2018-06-13 19:03:42 +02:00
include module type of MatrixOnBasis
2018-06-13 17:49:58 +02:00