mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-06 22:23:42 +01:00
13 lines
225 B
OCaml
13 lines
225 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 Matrix_on_basis
|
|
|
|
|