mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 20:35:19 +01:00
Merge thomas
This commit is contained in:
parent
646b22ca38
commit
6361e1bf9c
@ -76,4 +76,5 @@ source ${HOME}/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
|
|||||||
NCPUs=$(cat /proc/cpuinfo | grep -i MHz | wc -l)
|
NCPUs=$(cat /proc/cpuinfo | grep -i MHz | wc -l)
|
||||||
${QP_ROOT}/bin/opam install -j ${NCPUs} ${PACKAGES} -y -q || exit 1
|
${QP_ROOT}/bin/opam install -j ${NCPUs} ${PACKAGES} -y -q || exit 1
|
||||||
|
|
||||||
rm -f ../_build/ocaml.log
|
rm -f ../_build/ocaml.log
|
||||||
|
|
||||||
|
@ -631,4 +631,3 @@ let () =
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -306,4 +306,3 @@ let () =
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ let basis ()=
|
|||||||
Input.Ao_basis.to_rst basis
|
Input.Ao_basis.to_rst basis
|
||||||
|> Rst_string.to_string
|
|> Rst_string.to_string
|
||||||
|> print_endline
|
|> print_endline
|
||||||
;;
|
|
||||||
|
|
||||||
let mo ()=
|
let mo ()=
|
||||||
let ezfio_filename =
|
let ezfio_filename =
|
||||||
@ -33,7 +33,7 @@ let mo ()=
|
|||||||
Input.Mo_basis.to_rst mo_coef
|
Input.Mo_basis.to_rst mo_coef
|
||||||
|> Rst_string.to_string
|
|> Rst_string.to_string
|
||||||
|> print_endline
|
|> print_endline
|
||||||
;;
|
|
||||||
|
|
||||||
basis ();;
|
basis ();;
|
||||||
mo ();;
|
mo ();;
|
||||||
|
@ -24,10 +24,6 @@ function eq() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function debug() {
|
|
||||||
echo $@
|
|
||||||
$@
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# ___
|
# ___
|
||||||
|
Loading…
Reference in New Issue
Block a user