10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-17 16:33:28 +02:00
QCaml/gaussian_integrals/lib/kinetic.mli

13 lines
225 B
OCaml
Raw 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
$$
%}
*)
2020-09-26 12:02:53 +02:00
include module type of Matrix_on_basis
2018-06-13 17:49:58 +02:00