10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-07 03:45:51 +02:00
QCaml/HartreeFock/Guess.mli

13 lines
156 B
OCaml
Raw Normal View History

2018-02-23 18:44:31 +01:00
(** Guess for Hartree-Fock calculations. *)
type guess =
| Hcore of Lacaml.D.Mat.t
type t = guess
val make : ?guess:[ `Hcore ] -> Simulation.t -> t