mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-12-23 04:43:32 +01:00
30 lines
747 B
OCaml
30 lines
747 B
OCaml
(* Thresholds *)
|
|
|
|
|
|
(* [[file:~/QCaml/common/constants.org::*Thresholds][Thresholds:1]] *)
|
|
val epsilon : float
|
|
val integrals_cutoff : float
|
|
(* Thresholds:1 ends here *)
|
|
|
|
(* Mathematical constants *)
|
|
|
|
|
|
(* [[file:~/QCaml/common/constants.org::*Mathematical constants][Mathematical constants:1]] *)
|
|
val pi : float
|
|
val two_pi : float
|
|
val sq_pi : float
|
|
val sq_pi_over_two : float
|
|
val pi_inv : float
|
|
val two_over_sq_pi : float
|
|
(* Mathematical constants:1 ends here *)
|
|
|
|
(* Physical constants *)
|
|
|
|
|
|
(* [[file:~/QCaml/common/constants.org::*Physical constants][Physical constants:1]] *)
|
|
val a0 : float
|
|
val a0_inv : float
|
|
val ha_to_ev : float
|
|
val ev_to_ha : float
|
|
(* Physical constants:1 ends here *)
|