mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-09 07:33:40 +01:00
functions ao<->mo
This commit is contained in:
parent
0094b36c86
commit
f283fd33f8
@ -73,6 +73,15 @@ val of_hartree_fock : HartreeFock.t -> t
|
|||||||
val of_mo_basis : Simulation.t -> t -> t
|
val of_mo_basis : Simulation.t -> t -> t
|
||||||
(** Project the MOs of the other basis on the current one. *)
|
(** Project the MOs of the other basis on the current one. *)
|
||||||
|
|
||||||
|
|
||||||
|
val mo_matrix_of_ao_matrix : mo_coef:Mat.t -> Mat.t -> Mat.t
|
||||||
|
(** Build a matrix in MO basis from a matrix in AO basis. *)
|
||||||
|
|
||||||
|
val ao_matrix_of_mo_matrix : mo_coef:Mat.t -> ao_overlap:Mat.t -> Mat.t -> Mat.t
|
||||||
|
(** Build a matrix in AO basis from a matrix in MO basis. *)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(** {1 Printers} *)
|
(** {1 Printers} *)
|
||||||
|
|
||||||
val pp : ?start:int -> ?finish:int -> Format.formatter -> t -> unit
|
val pp : ?start:int -> ?finish:int -> Format.formatter -> t -> unit
|
||||||
|
Loading…
Reference in New Issue
Block a user