mirror of
https://github.com/LCPQ/quantum_package
synced 2025-04-25 01:35:04 +02:00
Corrected NEEDED_MODULES
This commit is contained in:
parent
1f17af5306
commit
72c8a93249
@ -1,18 +0,0 @@
|
|||||||
open Qptypes;;
|
|
||||||
|
|
||||||
type t = S | P | D | F | G | H | I | J | K | L
|
|
||||||
val to_string : t -> string
|
|
||||||
val of_string : string -> t
|
|
||||||
val of_char : char -> t
|
|
||||||
val to_l : t -> Positive_int.t
|
|
||||||
type st = t
|
|
||||||
module Xyz :
|
|
||||||
sig
|
|
||||||
type t = { x: Positive_int.t ;
|
|
||||||
y: Positive_int.t ;
|
|
||||||
z: Positive_int.t }
|
|
||||||
val of_string : string -> t
|
|
||||||
val to_string : t -> string
|
|
||||||
val get_l : t -> Positive_int.t
|
|
||||||
val of_symmetry : st -> t list
|
|
||||||
end
|
|
@ -1 +1 @@
|
|||||||
AOs Bitmask Dets Hartree_Fock Electrons Ezfio_files MOs Nuclei Output Utils SCF
|
AOs BiInts Bitmask Dets Electrons Ezfio_files Hartree_Fock MonoInts MOs Nuclei Output Utils
|
||||||
|
Loading…
x
Reference in New Issue
Block a user