From 0e29b1c264c0e0db42a5e8ab9eab04f1a0411f67 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 4 Feb 2020 16:49:16 +0100 Subject: [PATCH 1/2] Basis warning --- data/basis/00_README.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/data/basis/00_README.rst b/data/basis/00_README.rst index 9d3510c3..19b9ecf3 100644 --- a/data/basis/00_README.rst +++ b/data/basis/00_README.rst @@ -1,4 +1,11 @@ -# Basis sets obtained from EMSL Basis Set Exchange : https://bse.pnl.gov/bse/portal +# IMPORTANT NOTICE: +# Basis sets were obtained from the old EMSL Basis Set Exchange web site +# (https://bse.pnl.gov/bse/portal) in 2015. Today, the new web site +# https://www.basissetexchange.org contains updated versions of the basis +# sets with eventually the same name, but different data. +# +# Users are advised to use data from www.basissetexchange.org instead of the +# file provided in this directory. # File Name on EMSL BSE Description From 82e68255b2c496f807152d8c83f83cae433678cb Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 12 Feb 2020 13:08:05 -0600 Subject: [PATCH 2/2] Removed qmcpack specific function --- src/determinants/determinants.irp.f | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/determinants/determinants.irp.f b/src/determinants/determinants.irp.f index f1aab1dc..71ee3d89 100644 --- a/src/determinants/determinants.irp.f +++ b/src/determinants/determinants.irp.f @@ -489,25 +489,6 @@ subroutine save_wavefunction endif end -subroutine save_wavefunction_qmcpack - implicit none - use bitmasks - BEGIN_DOC - ! Save the wave function into the |EZFIO| file - END_DOC - - ! Trick to avoid re-reading the wave function every time N_det changes - ! This Trick destroys determinants when saving for qmcpack - !read_wf = .False. - - if (N_det < N_states) then - return - endif - if (mpi_master) then - call save_wavefunction_general(N_det,N_states,psi_det_sorted,size(psi_coef_sorted,1),psi_coef_sorted) - endif -end - subroutine save_wavefunction_unsorted implicit none