From 0112cf20f34e5603a0f0af8e2b76fdc74a104f2c Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 23 Sep 2016 09:38:20 +0200 Subject: [PATCH] automatic make -C ocaml --- ocaml/Makefile | 2 +- plugins/mrcepa0/EZFIO.cfg | 2 +- src/Davidson/u0Hu0.irp.f | 18 ------------------ 3 files changed, 2 insertions(+), 20 deletions(-) diff --git a/ocaml/Makefile b/ocaml/Makefile index 31330c66..7d51986f 100644 --- a/ocaml/Makefile +++ b/ocaml/Makefile @@ -79,7 +79,7 @@ git: ${QP_ROOT}/install/EZFIO/Ocaml/ezfio.ml: $(NINJA) -C ${QP_ROOT}/install/EZFIO -Input_auto_generated.ml qp_edit.ml: +Input_auto_generated.ml qp_edit.ml: $(filter-out Input_auto_generated.ml, $(wildcard Input_*.ml)) ei_handler.py ocaml_global clean: diff --git a/plugins/mrcepa0/EZFIO.cfg b/plugins/mrcepa0/EZFIO.cfg index 9979f537..903e6e95 100644 --- a/plugins/mrcepa0/EZFIO.cfg +++ b/plugins/mrcepa0/EZFIO.cfg @@ -1,5 +1,5 @@ [lambda_type] -type: Strictly_positive_int +type: Positive_int doc: lambda type ( 0 = none, 1 = last version ) interface: ezfio,provider,ocaml default: 0 diff --git a/src/Davidson/u0Hu0.irp.f b/src/Davidson/u0Hu0.irp.f index f871f5f0..09a1c348 100644 --- a/src/Davidson/u0Hu0.irp.f +++ b/src/Davidson/u0Hu0.irp.f @@ -27,24 +27,6 @@ subroutine u_0_H_u_0_nstates(e_0,u_0,n,keys_tmp,Nint,N_st,sze_8) end -subroutine H_u_0(v_0,u_0,H_jj,n,keys_tmp,Nint) - use bitmasks - implicit none - BEGIN_DOC - ! Computes v_0 = H|u_0> - ! - ! n : number of determinants - ! - ! H_jj : array of - END_DOC - integer, intent(in) :: n,Nint - double precision, intent(out) :: v_0(n) - double precision, intent(in) :: u_0(n) - double precision, intent(in) :: H_jj(n) - integer(bit_kind),intent(in) :: keys_tmp(Nint,2,n) - call H_u_0_nstates(v_0,u_0,H_jj,n,keys_tmp,Nint,1,n) -end - subroutine H_u_0_nstates(v_0,u_0,H_jj,n,keys_tmp,Nint,N_st,sze_8) use bitmasks implicit none