mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-07 06:33:39 +01:00
12 lines
179 B
OCaml
12 lines
179 B
OCaml
|
type t =
|
||
|
{
|
||
|
guess : Guess.t;
|
||
|
eigenvectors : Lacaml.D.Mat.t ;
|
||
|
eigenvalues : Lacaml.D.Vec.t ;
|
||
|
energy : float ;
|
||
|
iterations : float array;
|
||
|
}
|
||
|
|
||
|
|
||
|
|