diff options
Diffstat (limited to 'science/psi3')
| -rw-r--r-- | science/psi3/Makefile | 110 | ||||
| -rw-r--r-- | science/psi3/distinfo | 8 | ||||
| -rw-r--r-- | science/psi3/files/patch-cstdio | 72 | ||||
| -rw-r--r-- | science/psi3/files/patch-src+bin+cints+Makefile.in | 21 | ||||
| -rw-r--r-- | science/psi3/files/patch-src+util+tocprint+Makefile.in | 11 | ||||
| -rw-r--r-- | science/psi3/files/patch-src-bin-clag-clag.cc | 10 | ||||
| -rw-r--r-- | science/psi3/files/patch-src-bin-geom-geom.cc | 10 | ||||
| -rw-r--r-- | science/psi3/files/patch-src-bin-nonbonded-nonbonded.cc | 10 | ||||
| -rw-r--r-- | science/psi3/files/patch-src-bin-transqt2-transqt.cc | 10 | ||||
| -rw-r--r-- | science/psi3/files/patch-src-lib-libbasis-combinate.cc | 12 | ||||
| -rw-r--r-- | science/psi3/files/patch-src-lib-libipv1-ip_read.cc | 20 | ||||
| -rw-r--r-- | science/psi3/files/patch-src-lib-libpsio-psio.hpp | 17 | ||||
| -rw-r--r-- | science/psi3/pkg-descr | 21 | ||||
| -rw-r--r-- | science/psi3/pkg-message | 6 | ||||
| -rw-r--r-- | science/psi3/pkg-plist | 939 | 
15 files changed, 0 insertions, 1277 deletions
diff --git a/science/psi3/Makefile b/science/psi3/Makefile deleted file mode 100644 index c2940f857478..000000000000 --- a/science/psi3/Makefile +++ /dev/null @@ -1,110 +0,0 @@ -# Created by: NAKATA Maho <maho@FreeBSD.org> -# $FreeBSD$ - -PORTNAME=	psi3 -PORTVERSION=	3.4.0 -PORTREVISION=	4 -CATEGORIES=	science -MASTER_SITES=	SF/psicode/psi/${PORTVERSION} \ -		http://www.psicode.org/doc/:doc \ -		${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/psi3|}:doc - -DISTNAME=	psi-${PORTVERSION} -.if !defined(NOPORTDOCS) -DISTFILES+=	${DISTNAME}${EXTRACT_SUFX} installation.pdf:doc userman.pdf:doc progman.pdf:doc -.endif -DIST_SUBDIR=	psi3 -EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER=	ports@FreeBSD.org -COMMENT=	Electronic structure programs for high-accuracy computations - -BROKEN=		Fails to build - -.if exists(${LOCALBASE}/lib/libgoto2.so) -WITH_BLAS?=     gotoblas -.elif exists(${LOCALBASE}/lib/libatlas.so) -WITH_BLAS?=     atlas -.else -WITH_BLAS?=	reference -.endif - -. if ${WITH_BLAS} == reference -LIB_DEPENDS+=	libblas.so:${PORTSDIR}/math/blas -LIB_DEPENDS+=	liblapack.so:${PORTSDIR}/math/lapack -BLAS=		-lblas -LAPACK=		-llapack -.elif ${WITH_BLAS} == gotoblas -LIB_DEPENDS+=	libgoto2.so:${PORTSDIR}/math/gotoblas -LIB_DEPENDS+=	liblapack.so:${PORTSDIR}/math/lapack -BLAS=		-lgoto2p -LAPACK=		-lgoto2p -.elif ${WITH_BLAS} == atlas -LIB_DEPENDS+=	libatlas.so:${PORTSDIR}/math/atlas -BLAS=		-lptf77blas -LAPACK=		-lalapack -lptcblas -.endif - -GNU_CONFIGURE=	yes -USES=		fortran gmake tar:bzip2 -CONFIGURE_ARGS=	--with-cc=${CC} \ -		--with-cxx=${CXX} \ -		--with-fc=${FC} \ -		--with-opt="${CFLAGS}" \ -		--with-lapack="${LAPACK}" \ -		--with-blas="${BLAS}" \ -		--datadir=${PREFIX}/share/psi3 \ -		--docdir=${WRKSRC}/tmpdoc/ \ -		--with-libdirs="-L${LOCALBASE}/lib" \ -		--with-libs="-lcompat" -CFLAGS+=	-Wno-error=return-type - -NO_STAGE=	yes -.include <bsd.port.pre.mk> - -.if defined(WITH_OPTIMIZED_FLAGS) -FFLAGS+=	-O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -CFLAGS+=	-O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -CXXFLAGS+=	-O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double  -Wno-multichar -.if (${ARCH} == "i386") -FFLAGS+=	-mfancy-math-387 -CFLAGS+=	-mfancy-math-387 -CXXFLAGS+=	-mfancy-math-387 -.endif # i386 -.endif - -WRKSRC=	${WRKDIR}/${PORTNAME} -MAN1=	ccenergy.1 cceom.1 cints.1 clag.1 cscf.1 dboc.1 detcas.1 \ -	detcasman.1 detci.1 geom.1 input.1 intder.1 mocube.1 mp2.1 mp2r12.1 \ -	nonbonded.1 oeprop.1 optking.1 psi3.1 psiclean.1 stable.1 tocprint.1 \ -	transqt.1 - -pre-configure: -	@${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." -	@${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTREAD_CFLAGS}|g ; \ -			      s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g'  ${WRKSRC}/src/bin/cints/Makefile.in -	@${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTREAD_CFLAGS}|g ; \ -			      s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g'  ${WRKSRC}/src/bin/detci/Makefile.in - -MAKE_ENV+=	SCRATCH=${WRKSRC}/tmp - -do-build: -	@(cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE_CMD}) - -do-install: -	@(cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} install) -	@${TAR} cf - -C ${WRKSRC}/tmpdoc/man .  | ${TAR} xf - -C ${PREFIX}/man -.if !defined(NOPORTDOCS) -	@${MKDIR} ${PREFIX}/share/doc/psi3 -	@${TAR} cf - -C ${WRKSRC}/tmpdoc/html . | ${TAR} xf - -C ${PREFIX}/share/doc/psi3 -	@${TAR} cf - -C ${WRKSRC}/tmpdoc/txt  . | ${TAR} xf - -C ${PREFIX}/share/doc/psi3 -	@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/installation.pdf ${DOCSDIR} -	@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/userman.pdf ${DOCSDIR} -	@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/progman.pdf ${DOCSDIR} -.endif -.if !defined(NOPORTEXAMPLES) -	@${MKDIR} ${PREFIX}/share/examples/psi3 -	@${TAR} cf - -C ${WRKSRC}/tests .       | ${TAR} xf - -C ${PREFIX}/share/examples/psi3 -.endif - -.include <bsd.port.post.mk> diff --git a/science/psi3/distinfo b/science/psi3/distinfo deleted file mode 100644 index 1d7a92df9401..000000000000 --- a/science/psi3/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -SHA256 (psi3/psi-3.4.0.tar.bz2) = 8776cc5ed8358ff2eba74ae02b5d3d6a80d61cd7c68d4cf76febfea3992d52b5 -SIZE (psi3/psi-3.4.0.tar.bz2) = 5806391 -SHA256 (psi3/installation.pdf) = 7f0a58f074d35d0f8e6c2a1d6e18232b9fafb28a161a2af82e6d0e56e90d4488 -SIZE (psi3/installation.pdf) = 76622 -SHA256 (psi3/userman.pdf) = 6b2fb4c42b248eda4f6f421f1369dfe2e0fd7f69744c710f7d39e1099fcdb4d6 -SIZE (psi3/userman.pdf) = 331573 -SHA256 (psi3/progman.pdf) = ea406c1df4902e6a42cc26ede515ebde4f96eb5b81fc6de82382f3a00b361358 -SIZE (psi3/progman.pdf) = 1693839 diff --git a/science/psi3/files/patch-cstdio b/science/psi3/files/patch-cstdio deleted file mode 100644 index 39cfff087c56..000000000000 --- a/science/psi3/files/patch-cstdio +++ /dev/null @@ -1,72 +0,0 @@ ---- src/lib/libpsio/psio.hpp~	2008-11-25 02:50:44.000000000 +0900 -+++ src/lib/libpsio/psio.hpp	2009-08-03 19:03:57.000000000 +0900 -@@ -3,7 +3,7 @@ -  - #include <string> - #include <map> -- -+#include <cstdio> - #include <libpsio/config.h> -  - namespace psi { ---- src/lib/libutil/libutil.h~	2008-12-09 05:23:16.000000000 +0900 -+++ src/lib/libutil/libutil.h	2009-08-03 19:07:37.000000000 +0900 -@@ -4,6 +4,7 @@ - #include <vector> - #include <iostream> - #include <sstream> -+#include <cstdio> - #include <sys/time.h> -  - extern FILE *outfile; ---- src/bin/mcscf/block_matrix.h~	2008-12-09 05:23:16.000000000 +0900 -+++ src/bin/mcscf/block_matrix.h	2009-08-03 19:37:15.000000000 +0900 -@@ -4,7 +4,7 @@ - #include "block_vector.h" - #include "matrix_base.h" - #include <string> -- -+#include <cstdio> - extern FILE* outfile; -  - namespace psi{ namespace mcscf{ ---- src/bin/mcscf/sblock_vector.cc~	2008-12-09 05:23:16.000000000 +0900 -+++ src/bin/mcscf/sblock_vector.cc	2009-08-03 20:00:47.000000000 +0900 -@@ -2,6 +2,7 @@ - #include <psifiles.h> -  - #include "sblock_vector.h" -+#include <cstdio> -  - extern FILE* outfile; -  ---- src/bin/mcscf/block_vector.cc~	2008-12-09 05:23:16.000000000 +0900 -+++ src/bin/mcscf/block_vector.cc	2009-08-03 20:27:14.000000000 +0900 -@@ -1,6 +1,7 @@ - #include "block_vector.h" - #include "vector_base.h" - #include "memory_manager.h" -+#include <cstdio> -  - extern FILE* outfile; -  ---- src/bin/mcscf/memory_manager.h~	2008-12-09 05:23:16.000000000 +0900 -+++ src/bin/mcscf/memory_manager.h	2009-08-03 21:09:02.000000000 +0900 -@@ -3,6 +3,7 @@ -  - #include <map> - #include <vector> -+#include <cstdio> - #include <string> -  - namespace psi{ namespace mcscf{ ---- src/bin/psimrcc/memory_manager.h~	2008-08-14 07:25:41.000000000 +0900 -+++ src/bin/psimrcc/memory_manager.h	2009-08-03 21:10:00.000000000 +0900 -@@ -10,6 +10,7 @@ - #include <map> - #include <vector> - #include <string> -+#include <cstdio> -  - namespace psi{ namespace psimrcc{ -  diff --git a/science/psi3/files/patch-src+bin+cints+Makefile.in b/science/psi3/files/patch-src+bin+cints+Makefile.in deleted file mode 100644 index 9b7661db1670..000000000000 --- a/science/psi3/files/patch-src+bin+cints+Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- src/bin/cints/Makefile.in~	2008-12-19 06:51:42.000000000 +0900 -+++ src/bin/cints/Makefile.in	2009-04-13 16:42:30.000000000 +0900 -@@ -92,15 +92,15 @@ -  - include ../MakeVars -  --CFLAGS = $(CDBG) $(COPT) $(CDEF) $(COTH) $(CINC) -+CFLAGS = $(CDBG) $(COPT) $(CDEF) $(COTH) $(CINC) %%PTHREAD_CFLAGS%% - CINC += -I$(srcdir) $(DIRS:%=-I$(srcdir)/%) - CDEF += $(OPTIONS) -  --CXXFLAGS = $(CXXDBG) $(CXXOPT) $(CXXDEF) $(CXXOTH) $(CXXINC) -+CXXFLAGS = $(CXXDBG) $(CXXOPT) $(CXXDEF) $(CXXOTH) $(CXXINC) %%PTHREAD_CFLAGS%% - CXXINC += -I$(srcdir) $(DIRS:%=-I$(srcdir)/%) - CXXDEF += $(OPTIONS) -  --LDLIBS += $(BLAS) -lpthread -+LDLIBS += $(BLAS) -lpthread %%PTHREAD_LIBS%% - PSILIBS = -lPSI_qt -lPSI_chkpt $(INTLIBS) -lPSI_iwl \ -           -lPSI_psio -lPSI_ciomr -lPSI_ipv1 - ifeq ($(findstring CC,$(SUBDIRS)),CC) diff --git a/science/psi3/files/patch-src+util+tocprint+Makefile.in b/science/psi3/files/patch-src+util+tocprint+Makefile.in deleted file mode 100644 index 06984a615909..000000000000 --- a/science/psi3/files/patch-src+util+tocprint+Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/util/tocprint/Makefile.in.org	Fri Mar 19 17:32:31 2004 -+++ src/util/tocprint/Makefile.in	Fri Mar 19 17:33:46 2004 -@@ -18,4 +18,4 @@ -  - install_man:: tocprint.1 - 	$(MKDIRS) $(mandir)/man1 --	$(INSTALL_PROGRAM) $(srcdir)/tocprint.1 $(mandir)/man1 -+	$(INSTALL_INCLUDE) $^ $(mandir)/man1 - - -         diff --git a/science/psi3/files/patch-src-bin-clag-clag.cc b/science/psi3/files/patch-src-bin-clag-clag.cc deleted file mode 100644 index 936ec5520098..000000000000 --- a/science/psi3/files/patch-src-bin-clag-clag.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/bin/clag/clag.cc.orig -+++ src/bin/clag/clag.cc -@@ -46,6 +46,7 @@ - /***************************************************************************/ - using namespace psi::clag; -  -+int - main(int argc, char **argv)  - { -  diff --git a/science/psi3/files/patch-src-bin-geom-geom.cc b/science/psi3/files/patch-src-bin-geom-geom.cc deleted file mode 100644 index 12a3a4afde46..000000000000 --- a/science/psi3/files/patch-src-bin-geom-geom.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/bin/geom/geom.cc.orig -+++ src/bin/geom/geom.cc -@@ -115,6 +115,7 @@ - void fill_sym_matrix(double **A, int size); - }} // namespace psi::geom -  -+int - main(int argc, char* argv[]) - { -   using namespace psi::geom; diff --git a/science/psi3/files/patch-src-bin-nonbonded-nonbonded.cc b/science/psi3/files/patch-src-bin-nonbonded-nonbonded.cc deleted file mode 100644 index c959af29e2f5..000000000000 --- a/science/psi3/files/patch-src-bin-nonbonded-nonbonded.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/bin/nonbonded/nonbonded.cc.orig -+++ src/bin/nonbonded/nonbonded.cc -@@ -32,7 +32,6 @@ - #include <physconst.h> - #include <psifiles.h> - #include <masses.h> --#include <string> -  - #include "globals.h" - #include "nonbonded.h" diff --git a/science/psi3/files/patch-src-bin-transqt2-transqt.cc b/science/psi3/files/patch-src-bin-transqt2-transqt.cc deleted file mode 100644 index 1dd018025cf9..000000000000 --- a/science/psi3/files/patch-src-bin-transqt2-transqt.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/bin/transqt2/transqt.cc.orig -+++ src/bin/transqt2/transqt.cc -@@ -65,6 +65,7 @@ -  - using namespace psi::transqt2; -  -+int - main(int argc, char *argv[]) - { -   int nso, nmo, ntri_so, ntri_mo, nirreps; diff --git a/science/psi3/files/patch-src-lib-libbasis-combinate.cc b/science/psi3/files/patch-src-lib-libbasis-combinate.cc deleted file mode 100644 index 3bae2543e928..000000000000 --- a/science/psi3/files/patch-src-lib-libbasis-combinate.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- src/lib/libbasis/combinate.cc.orig -+++ src/lib/libbasis/combinate.cc -@@ -3,9 +3,7 @@ -     \brief Enter brief description of file here  - */ -  --extern "C" { - #include <libciomr/libciomr.h> --} -  - #include <stdexcept> - #include "combinate.h" diff --git a/science/psi3/files/patch-src-lib-libipv1-ip_read.cc b/science/psi3/files/patch-src-lib-libipv1-ip_read.cc deleted file mode 100644 index 34d6e0b5e0bf..000000000000 --- a/science/psi3/files/patch-src-lib-libipv1-ip_read.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- src/lib/libipv1/ip_read.cc.orig -+++ src/lib/libipv1/ip_read.cc -@@ -12,7 +12,9 @@ - #include "ip_types.h" - #define _IP_ALLOCATE_GLOBAL_ - #include "ip_global.h" -+extern "C" { - #include "y.tab.h" -+} -  - #include "ip_read.gbl" - #include "ip_read.lcl" -@@ -27,7 +29,6 @@ -  - /* The input for yacc. */ - extern FILE *yyin; --extern void yyparse(void); -  - /* Set up static variables. */ - /*static ip_keyword_tree_t *sub_tree = NULL;*/ diff --git a/science/psi3/files/patch-src-lib-libpsio-psio.hpp b/science/psi3/files/patch-src-lib-libpsio-psio.hpp deleted file mode 100644 index 789d4bd464fb..000000000000 --- a/science/psi3/files/patch-src-lib-libpsio-psio.hpp +++ /dev/null @@ -1,17 +0,0 @@ ---- src/lib/libpsio/psio.hpp.orig -+++ src/lib/libpsio/psio.hpp -@@ -157,10 +157,11 @@ -  -   }; -    --extern "C" { --  extern int psiopp_ipv1_config(PSIO *psio_obj); --} -   extern PSIO* _default_psio_lib_; - } -  -+extern "C" { -+  int psiopp_ipv1_config(psi::PSIO *psio_obj); -+} -+ - #endif /* header guard */ diff --git a/science/psi3/pkg-descr b/science/psi3/pkg-descr deleted file mode 100644 index da9cce6ea8d2..000000000000 --- a/science/psi3/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -The PSI3 suite of quantum chemical programs is designed for efficient, -high-accuracy calculations of properties of small to medium-sized molecules. -The package's current capabilities include a variety of Hartree-Fock, -coupled cluster, complete-active-space self-consistent-field, and -multi-reference configuration interaction models. Molecular point-group -symmetry is utilized throughout to maximize efficiency. - -    * Arbitrarily high angular momentum levels in integrals -       and derivative integrals. (Up to k-type functions have been tested.) -    * Coupled cluster methods including CCSD and CCSD(T) with  -      RHF, ROHF, UHF, and Brueckner orbitals. -    * Determinant-based CI including CASSCF, RAS-CI, and Full CI. -    * Multithreaded integral-direct SCF, MP2, and MP2-R12. -    * Excited state methods: CIS, CIS(D), RPA, and EOM-CCSD. -    * Analytic energy gradients for CCSD with RHF, ROHF, and UHF orbitals. -    * Coupled cluster linear response methods for static and -       dynamic polarizabilities and optical rotation. -    * Diagonal Born-Oppenheimer correction (DBOC) for  -       RHF, ROHF, UHF, and CI wave functions.  - -WWW: http://www.psicode.org/ diff --git a/science/psi3/pkg-message b/science/psi3/pkg-message deleted file mode 100644 index 6964ca9df8fe..000000000000 --- a/science/psi3/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -The following citation should be used in any publication -utilizing the PSI3 program package: - -"T. Daniel Crawford, C. David Sherrill, Edward F. Valeev, Justin T. Fermann, -Rollin A. King, Matthew L. Leininger, Shawn T. Brown, Curtis L. Janssen, -Edward T. Seidl, Joseph P. Kenny, and Wesley D. Allen, PSI 3.2, 2003." diff --git a/science/psi3/pkg-plist b/science/psi3/pkg-plist deleted file mode 100644 index 7b921cb0fb07..000000000000 --- a/science/psi3/pkg-plist +++ /dev/null @@ -1,939 +0,0 @@ -bin/ccdensity -bin/ccenergy -bin/cceom -bin/cchbar -bin/cclambda -bin/ccresponse -bin/ccsort -bin/cctriples -bin/cints -bin/cis -bin/clag -bin/cphf -bin/cscf -bin/dboc -bin/detcas -bin/detcasman -bin/detci -bin/extrema -bin/geom -bin/input -bin/intder -bin/localize -bin/mcscf -bin/mocube -bin/mp2 -bin/mp2r12 -bin/nonbonded -bin/oeprop -bin/optking -bin/psi2molden -bin/psi3 -bin/psiclean -bin/psimrcc -bin/response -bin/stable -bin/tocprint -bin/transqt -bin/transqt2 -include/ccfiles.h -include/chkpt_params.h -include/libbasis/basisset.h -include/libbasis/combinate.h -include/libbasis/gnorm.h -include/libbasis/osrecur.h -include/libbasis/overlap.h -include/libbasis/rotation.h -include/libbasis/shell.h -include/libchkpt/chkpt.h -include/libchkpt/chkpt.hpp -include/libchkpt/config.h -include/libciomr/libciomr.h -include/libderiv/libderiv.h -include/libdpd/dpd.h -include/libint/hrr_header.h -include/libint/libint.h -include/libint/vrr_header.h -include/libipv1/ip_alloc.gbl -include/libipv1/ip_cwk.gbl -include/libipv1/ip_data.gbl -include/libipv1/ip_error.gbl -include/libipv1/ip_error.h -include/libipv1/ip_global.h -include/libipv1/ip_karray.gbl -include/libipv1/ip_lib.h -include/libipv1/ip_print.gbl -include/libipv1/ip_read.gbl -include/libipv1/ip_types.h -include/libipv1/scan.gbl -include/libipv1/tmpl.h -include/libipv1/y.tab.gbl -include/libiwl/config.h -include/libiwl/iwl.h -include/libiwl/iwl.hpp -include/libmints/basisset.h -include/libmints/dipole.h -include/libmints/eri.h -include/libmints/factory.h -include/libmints/gshell.h -include/libmints/integral.h -include/libmints/kinetic.h -include/libmints/matrix.h -include/libmints/matrix_i.cc -include/libmints/molecule.h -include/libmints/onebody.h -include/libmints/osrecur.h -include/libmints/overlap.h -include/libmints/potential.h -include/libmints/quadrupole.h -include/libmints/ref.h -include/libmints/sobasis.h -include/libmints/symmetry.h -include/libmints/twobody.h -include/libmints/vector.h -include/libmints/vector3.h -include/libmints/vector3_i.cc -include/libmints/wavefunction.h -include/libmoinfo/libmoinfo.h -include/libmoinfo/moinfo.h -include/libmoinfo/moinfo_base.h -include/libmoinfo/moinfo_scf.h -include/liboptions/liboptions.h -include/libpsio/config.h -include/libpsio/psio.h -include/libpsio/psio.hpp -include/libqt/qt.h -include/libr12/libr12.h -include/libutil/libutil.h -include/masses.h -include/physconst.h -include/psiconfig.h -include/psifiles.h -include/psitypes.h -include/rgb.h -include/symmetry.h -include/vdw_radii.h -lib/libPSI_basis.a -lib/libPSI_chkpt.a -lib/libPSI_ciomr.a -lib/libPSI_deriv.a -lib/libPSI_dpd.a -lib/libPSI_int.a -lib/libPSI_ipv1.a -lib/libPSI_iwl.a -lib/libPSI_mints.a -lib/libPSI_moinfo.a -lib/libPSI_options.a -lib/libPSI_psio.a -lib/libPSI_qt.a -lib/libPSI_r12.a -lib/libPSI_util.a -%%PORTDOCS%%%%DOCSDIR%%/installation.pdf -%%PORTDOCS%%%%DOCSDIR%%/libiwl.txt -%%PORTDOCS%%%%DOCSDIR%%/progman.pdf -%%PORTDOCS%%%%DOCSDIR%%/userman.pdf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basis_Tests/Benchmarks -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basis_Tests/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basis_Tests/psi_test.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basis_Tests/standard.input -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/INDEX -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MakeRules -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MakeRules.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MakeVars -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MakeVars.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README-NEW-TESTS -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-fzc-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-fzc-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-fzc-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-fzc-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-fzc-sp/psi.file14.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt-numer/psi.file14.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt/psi.file14.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sa-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sa-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sa-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sa-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sa-sp/psi.file14.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp-reorder/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp-reorder/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp-reorder/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp-reorder/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp-reorder/psi.file14.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp/psi.file14.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc1/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc10/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc10/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc10/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc10/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc11/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc11/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc11/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc11/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc12/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc12/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc12/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc12/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13a/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13a/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13a/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13a/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13a/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc14/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc14/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc14/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc14/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc14/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc15/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc15/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc15/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc15/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc16/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc16/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc16/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc16/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc17/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc17/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc17/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc17/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc18/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc18/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc18/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc18/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc19/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc19/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc19/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc19/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc2/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc2/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc2/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc2/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc21/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc21/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc21/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc21/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc21/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc22/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc22/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc22/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc22/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc23/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc23/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc23/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc23/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc23/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc24/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc24/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc24/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc24/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc24/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc25/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc25/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc25/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc25/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc25/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc26/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc26/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc26/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc26/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc26/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc27/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc27/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc27/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc27/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc27/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc28/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc28/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc28/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc28/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc29/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc29/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc29/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc29/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc3/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc3/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc3/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc3/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc3/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc30/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc30/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc30/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc30/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc31/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc31/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc31/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc31/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc32/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc32/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc32/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc32/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc33/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc33/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc33/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc33/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc34/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc34/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc34/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc34/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc35/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc35/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc35/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc35/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc36/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc36/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc36/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc36/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc37/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc37/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc37/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc37/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc38/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc38/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc38/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc38/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc39/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc39/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc39/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc39/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc4/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc4/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc4/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc4/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc40/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc40/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc40/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc40/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc41/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc41/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc41/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc41/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc42/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc42/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc42/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc42/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc43/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc43/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc43/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc43/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc44/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc44/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc44/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc44/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc45/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc45/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc45/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc45/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc46/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc46/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc46/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc46/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc47/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc47/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc47/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc47/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc48/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc48/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc48/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc48/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc49/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc49/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc49/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc49/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc5/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc5/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc5/filesizes -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc5/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc5/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc50/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc50/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc50/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc50/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc6/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc6/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc6/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc6/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc7/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc7/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc7/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc7/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8a/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8a/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8a/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8a/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9a/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9a/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9a/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9a/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ci-tdm/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ci-tdm/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ci-tdm/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cints-d1eri/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cis-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cis-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cis-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cis-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-0/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-0/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-0/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-0/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-2/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-2/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-2/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-opt-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-opt-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-opt-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-opt-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-opt-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp-2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp-2/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp-2/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp-2/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rcisd1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rcisd1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rcisd1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rcisd1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rhf1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rhf1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rhf1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rhf1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rocisd1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rocisd1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rocisd1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rocisd1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rohf1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rohf1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rohf1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rohf1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-uhf1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-uhf1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-uhf1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-uhf1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/driver.test.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-deloc/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-deloc/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-deloc/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-deloc/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-deloc/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-zmat/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-zmat/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-zmat/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-zmat/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-zmat/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-dipole/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-dipole/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-dipole/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-dipole/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-2/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-2/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-2/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-clpse/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-clpse/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-clpse/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-clpse/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-fzcv/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-fzcv/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-fzcv/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-fzcv/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-trans/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-trans/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-trans/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-trans/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rhf1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rhf1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rhf1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rhf1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rohf1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rohf1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rohf1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rohf1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-twocon1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-twocon1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-twocon1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-twocon1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-direct-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-direct-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-direct-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-direct-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-oeprop/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-oeprop/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-oeprop/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-oeprop/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-fragments/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-fragments/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-fragments/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-fragments/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-fragments/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-scs/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-scs/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-scs/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-scs/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2r12-sp1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2r12-sp1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2r12-sp1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2r12-sp1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psi_start/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psi_start/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psi_start/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psi_start/psi_start.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psi_start/psi_start.pl.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psimrcc-sp1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psimrcc-sp1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psimrcc-sp1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psimrcc-sp1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psitest.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rasscf-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rasscf-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rasscf-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rasscf-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rasscf-sp/psi.file14.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd-opt-grad/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd-opt-grad/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd-opt-grad/input.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd_t-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd_t-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd_t-sp/input.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-fci-h2o/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-fci-h2o/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-fci-h2o/input.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-scf-opt-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-scf-opt-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-scf-opt-numer/input.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-lindep1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-lindep1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-lindep1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-lindep1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-oeprop/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-oeprop/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-oeprop/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-oeprop/mo.cube.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-oeprop/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-stab/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-stab/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-stab/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-stab/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-stab/rhf-stab.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-stab/rhf-stab.pl.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-lindep1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-lindep1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-lindep1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-lindep1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-stab/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-stab/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-stab/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-stab/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-stab/rohf-stab.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-stab/rohf-stab.pl.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/runtest.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/runtest.pl.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-freq/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-freq/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-freq/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-freq/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-freq/psi.file15.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-opt1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-opt1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-opt1/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-opt1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-opt1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-fc-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-fc-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-fc-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-fc-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-fc-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3a/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3a/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3a/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3a/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5a/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5a/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5a/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5a/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-3/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-3/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-3/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-3/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-5/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-5/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-5/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-5/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq/file15.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq/file17.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer-puream/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer-puream/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer-puream/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer-puream/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer-puream/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-puream/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-puream/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-puream/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-puream/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-puream/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-fragments/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-fragments/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-fragments/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-fragments/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-fragments/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt10/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt10/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt10/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt10/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt10/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt11/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt11/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt11/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt11/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt11/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt12/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt12/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt12/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt12/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt12/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt3/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt3/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt3/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt3/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt3/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt4/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt4/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt4/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt4/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt4/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt5/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt5/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt5/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt5/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt5/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt6/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt6/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt6/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt6/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt6/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt7/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt7/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt7/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt7/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt7/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt9/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt9/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt9/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt9/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt9/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-polar/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-polar/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-polar/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-polar/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-symm-fc-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-symm-fc-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-symm-fc-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-symm-fc-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-symm-fc-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-lindep1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-lindep1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-lindep1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-lindep1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab-follow/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab-follow/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab-follow/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab-follow/uhf-stab-follow.pl.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab/uhf-stab.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab/uhf-stab.pl.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zaptn-nh2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zaptn-nh2/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zaptn-nh2/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zaptn-nh2/output.ref -share/psi3/psi/pbasis.dat -share/psi3/psi/psi.dat -share/psi3/psi/ruby/ccdensity.rb -share/psi3/psi/ruby/ccenergy.rb -share/psi3/psi/ruby/cceom.rb -share/psi3/psi/ruby/cchbar.rb -share/psi3/psi/ruby/cclambda.rb -share/psi3/psi/ruby/ccsort.rb -share/psi3/psi/ruby/cctriples.rb -share/psi3/psi/ruby/chkpt.rb -share/psi3/psi/ruby/cints.rb -share/psi3/psi/ruby/clean.rb -share/psi3/psi/ruby/color.rb -share/psi3/psi/ruby/cphf.rb -share/psi3/psi/ruby/deriv.rb -share/psi3/psi/ruby/deriv2.rb -share/psi3/psi/ruby/detci.rb -share/psi3/psi/ruby/frequencies.rb -share/psi3/psi/ruby/input.rb -share/psi3/psi/ruby/mp2.rb -share/psi3/psi/ruby/oeprop.rb -share/psi3/psi/ruby/optking.rb -share/psi3/psi/ruby/pes.rb -share/psi3/psi/ruby/propint.rb -share/psi3/psi/ruby/psi3.rb -share/psi3/psi/ruby/scf.rb -share/psi3/psi/ruby/symbols.rb -share/psi3/psi/ruby/testcases.rb -share/psi3/psi/ruby/transqt.rb -@dirrm share/psi3/psi/ruby -@dirrm share/psi3/psi -@dirrm share/psi3 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/zaptn-nh2 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab-follow -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-lindep1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-symm-fc-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-polar -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt9 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt7 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt6 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt5 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt4 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt3 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt12 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt11 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt10 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-fragments -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-puream -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer-puream -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-5 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-3 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5a -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3a -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-fc-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-opt1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-freq -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-stab -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-lindep1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-stab -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-oeprop -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-lindep1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-scf-opt-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-fci-h2o -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd_t-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd-opt-grad -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rasscf-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/psimrcc-sp1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/psi_start -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2r12-sp1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-scs -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-fragments -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-oeprop -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-direct-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-twocon1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rohf1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rhf1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-trans -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-fzcv -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-clpse -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-2 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-dipole -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-zmat -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-deloc -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-uhf1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rohf1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rocisd1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rhf1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rcisd1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp-2 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-opt-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-2 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-0 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cis-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cints-d1eri -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ci-tdm -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9a -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8a -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc7 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc6 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc50 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc5 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc49 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc48 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc47 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc46 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc45 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc44 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc43 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc42 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc41 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc40 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc4 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc39 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc38 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc37 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc36 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc35 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc34 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc33 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc32 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc31 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc30 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc3 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc29 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc28 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc27 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc26 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc25 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc24 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc23 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc22 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc21 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc2 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc19 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc18 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc17 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc16 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc15 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc14 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13a -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc12 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc11 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc10 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp-reorder -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sa-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-fzc-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basis_Tests -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%% -@dirrm share/doc/psi3 -@dirrm include/libutil -@dirrm include/libr12 -@dirrm include/libqt -@dirrm include/libpsio -@dirrm include/liboptions -@dirrm include/libmoinfo -@dirrm include/libmints -@dirrm include/libiwl -@dirrm include/libipv1 -@dirrm include/libint -@dirrm include/libdpd -@dirrm include/libderiv -@dirrm include/libciomr -@dirrm include/libchkpt -@dirrm include/libbasis  | 
