10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-26 07:02:06 +02:00
QCaml/common/lib/constants.mli

30 lines
751 B
OCaml
Raw Normal View History

2020-12-28 01:55:03 +01:00
(* Thresholds *)
2018-03-03 22:29:08 +01:00
2020-12-28 01:55:03 +01:00
(* [[file:~/QCaml/common/constants.org::*Thresholds][Thresholds:1]] *)
val epsilon : float
2020-12-27 16:55:53 +01:00
val integrals_cutoff : float
2020-12-28 01:55:03 +01:00
(* Thresholds:1 ends here *)
(* Mathematical constants *)
2020-12-27 16:55:53 +01:00
2020-12-28 01:55:03 +01:00
(* [[file:~/QCaml/common/constants.org::*Mathematical%20constants][Mathematical constants:1]] *)
2020-12-27 16:55:53 +01:00
val pi : float
val two_pi : float
val sq_pi : float
2018-02-13 17:36:25 +01:00
val sq_pi_over_two : float
2020-12-27 16:55:53 +01:00
val pi_inv : float
2018-02-13 17:36:25 +01:00
val two_over_sq_pi : float
2020-12-27 16:55:53 +01:00
(* Mathematical constants:1 ends here *)
2020-12-28 01:55:03 +01:00
(* Physical constants *)
2020-12-27 16:55:53 +01:00
2020-12-28 01:55:03 +01:00
(* [[file:~/QCaml/common/constants.org::*Physical%20constants][Physical constants:1]] *)
2020-12-27 16:55:53 +01:00
val a0 : float
val a0_inv : float
2018-05-30 20:16:18 +02:00
val ha_to_ev : float
val ev_to_ha : float
2020-12-27 16:55:53 +01:00
(* Physical constants:1 ends here *)