mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-06 22:23:42 +01:00
Fix?
This commit is contained in:
parent
4dccd121e0
commit
a1c29fd3f1
@ -1,7 +1,7 @@
|
|||||||
# Generic installation
|
# Generic installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
opam install ocamlbuild lacaml mpi getopt alcotest zarith
|
opam install ocamlbuild ocamlfind lacaml mpi getopt alcotest zarith
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ let make ?cartesian:(cartesian=false)
|
|||||||
Electrons.make ~multiplicity ~charge nuclei
|
Electrons.make ~multiplicity ~charge nuclei
|
||||||
in
|
in
|
||||||
|
|
||||||
let chargre =
|
let charge =
|
||||||
Charge.(Nuclei.charge nuclei + Electrons.charge electrons)
|
Charge.(Nuclei.charge nuclei + Electrons.charge electrons)
|
||||||
in
|
in
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user