diff --git a/science/octopus/Makefile b/science/octopus/Makefile index 08ab6559cba2..67b68df43580 100644 --- a/science/octopus/Makefile +++ b/science/octopus/Makefile @@ -1,54 +1,62 @@ PORTNAME= octopus -DISTVERSION= 10.5 -PORTREVISION= 1 +DISTVERSION= 11.3 CATEGORIES= science MASTER_SITES= https://octopus-code.org/download/${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Scientific program aimed at the ab initio virtual experimentation LICENSE= GPLv2 BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libarpack.so:math/arpack-ng \ libblas.so:math/blas \ libfftw3.so:math/fftw3 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgd.so:graphics/gd \ + libgmp.so:math/gmp \ libgsl.so:math/gsl \ liblapack.so:math/lapack \ + libmpfr.so:math/mpfr \ libnlopt.so:math/nlopt \ libpng.so:graphics/png \ libsymspg.so:science/spglib \ libtiff.so:graphics/tiff \ libvdwxcfort.so:science/libvdwxc \ libwebp.so:graphics/webp \ libxc.so:science/libxc \ libyaml.so:textproc/libyaml -USES= compiler:c++11-lang fortran gmake jpeg localbase:ldflags perl5 python shebangfix +USES= compiler:c++11-lang fortran gmake jpeg libtool localbase:ldflags perl5 python shebangfix +USE_CXXSTD= c++11 +USE_LDCONFIG= yes + SHEBANG_FILES= src/fdep/fortran_dependencies.pl testsuite/performance/create_combinations.py + GNU_CONFIGURE= yes CONFIGURE_SHELL= ${PREFIX}/bin/bash -USE_CXXSTD= c++11 +CONFIGURE_ARGS= --enable-shared --disable-static LDFLAGS+= -lsymspg FCFLAGS+= -I${LOCALBASE}/include -ffree-line-length-none +INSTALL_TARGET= install-strip +TEST_TARGET= check-short # tests fail: https://gitlab.com/octopus-code/octopus/-/issues/536 + OPTIONS_DEFINE= OPENMP OPTIONS_DEFAULT= OPENMP OPENMP_CONFIGURE_ENABLE= openmp .include # workaround for: # Error: BOZ literal constant at (1) is neither a data-stmt-constant nor an actual argument to INT, REAL, DBLE, or CMPLX intrinsic function [see '-fno-allow-invalid-boz'] .if ${GCC_DEFAULT} >= 10 FCFLAGS+= -fallow-argument-mismatch -fallow-invalid-boz .endif post-stage: # https://gitlab.com/octopus-code/octopus/issues/108 @${RM} ${STAGEDIR}${PREFIX}/include/yaml.h .include diff --git a/science/octopus/distinfo b/science/octopus/distinfo index e9bbd10f0030..26109c9e7d3f 100644 --- a/science/octopus/distinfo +++ b/science/octopus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628473189 -SHA256 (octopus-10.5.tar.gz) = deb92e3491b0c6ac5736960d075b44cab466f528b69715ed44968ecfe2953ec4 -SIZE (octopus-10.5.tar.gz) = 51075259 +TIMESTAMP = 1641425551 +SHA256 (octopus-11.3.tar.gz) = 0c98417071b5e38ba6cbdd409adf917837c387a010e321c0a7f94d9bd9478930 +SIZE (octopus-11.3.tar.gz) = 51465860 diff --git a/science/octopus/files/patch-configure b/science/octopus/files/patch-configure index 3ddd1bc003e4..081b8e448590 100644 --- a/science/octopus/files/patch-configure +++ b/science/octopus/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig 2019-01-19 22:21:03 UTC +--- configure.orig 2021-11-25 13:43:40 UTC +++ configure -@@ -900,7 +900,7 @@ CPP - FC - FCFLAGS - FCCPP' +@@ -955,7 +955,7 @@ FCFLAGS + FCCPP + LT_SYS_LIBRARY_PATH + CXXCPP' -ac_subdirs_all='external_libs/spglib-1.9.9' +ac_subdirs_all='' # Initialize some variables set by options. ac_init_help= diff --git a/science/octopus/files/patch-src_Makefile.in b/science/octopus/files/patch-src_Makefile.in index f0bf04bd7d95..eb87b5585b13 100644 --- a/science/octopus/files/patch-src_Makefile.in +++ b/science/octopus/files/patch-src_Makefile.in @@ -1,34 +1,34 @@ ---- src/Makefile.in.orig 2020-10-13 04:32:13 UTC +--- src/Makefile.in.orig 2021-11-25 13:43:43 UTC +++ src/Makefile.in -@@ -269,7 +269,6 @@ oct_casida_spectrum_OBJECTS = $(am_oct_casida_spectrum +@@ -192,7 +192,6 @@ LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = - @COMPILE_OPENCL_TRUE@am__DEPENDENCIES_2 = $(top_builddir)/external_libs/fortrancl/libfortrancl.a - am__DEPENDENCIES_3 = $(top_builddir)/external_libs/qshep/libqshep.a \ -- $(top_builddir)/external_libs/spglib-1.9.9/src/libsymspg.a \ - $(top_builddir)/external_libs/bpdn/libbpdn.a \ - $(top_builddir)/external_libs/dftd3/libdftd3.a \ + @COMPILE_OPENCL_TRUE@am__DEPENDENCIES_2 = $(top_builddir)/external_libs/fortrancl/libfortrancl.la + am__DEPENDENCIES_3 = $(top_builddir)/external_libs/qshep/libqshep.la \ +- $(top_builddir)/external_libs/spglib-1.9.9/src/libsymspg.la \ + $(top_builddir)/external_libs/bpdn/libbpdn.la \ + $(top_builddir)/external_libs/dftd3/libdftd3.la \ $(am__DEPENDENCIES_2) $(am__append_3) $(am__append_5) -@@ -852,7 +851,6 @@ top_srcdir = @top_srcdir@ +@@ -847,7 +846,6 @@ top_srcdir = @top_srcdir@ # we should not have libyaml here if we used an external one... FCFLAGS_MODS = @F90_MODULE_FLAG@$(top_builddir)/external_libs/bpdn \ @F90_MODULE_FLAG@$(top_builddir)/external_libs/dftd3 \ - @F90_MODULE_FLAG@$(top_builddir)/external_libs/spglib-1.9.9/src/ \ @FCFLAGS_LIBXC@ @FCFLAGS_PSPIO@ @FCFLAGS_PSOLVER@ \ @FCFLAGS_ISF@ @FCFLAGS_FUTILE@ @FCFLAGS_FFTW@ @FCFLAGS_PFFT@ \ @FCFLAGS_PNFFT@ @FCFLAGS_NETCDF@ @FCFLAGS_ETSF_IO@ \ -@@ -861,7 +859,6 @@ FCFLAGS_MODS = @F90_MODULE_FLAG@$(top_builddir)/extern - $(am__append_2) +@@ -856,7 +854,6 @@ FCFLAGS_MODS = @F90_MODULE_FLAG@$(top_builddir)/extern + @FCFLAGS_DFTBPLUS@ $(am__append_2) AM_CPPFLAGS = -I$(top_srcdir)/src/include \ -I$(top_builddir)/src/include \ - -I$(top_srcdir)/external_libs/spglib-1.9.9/src \ -I$(top_srcdir)/liboct_parser $(GSL_CFLAGS) $(GD_CFLAGS) \ @METIS_CFLAGS@ @PARMETIS_CFLAGS@ @CFLAGS_NFFT@ @CFLAGS_FFTW@ \ - @CFLAGS_CUDA@ -DSHARE_DIR='"$(pkgdatadir)"' $(am__append_4) -@@ -881,7 +878,6 @@ core_LIBS = \ + @CFLAGS_CUDA@ @CGAL_CPPFLAGS@ -DSHARE_DIR='"$(pkgdatadir)"' \ +@@ -877,7 +874,6 @@ core_LIBS = \ @GSL_LIBS@ @LIBS_LIBXC@ @FCEXTRALIBS@ - external_LIBS = $(top_builddir)/external_libs/qshep/libqshep.a \ -- $(top_builddir)/external_libs/spglib-1.9.9/src/libsymspg.a \ - $(top_builddir)/external_libs/bpdn/libbpdn.a \ - $(top_builddir)/external_libs/dftd3/libdftd3.a $(am__append_1) \ - $(am__append_3) $(am__append_5) + external_LIBS = $(top_builddir)/external_libs/qshep/libqshep.la \ +- $(top_builddir)/external_libs/spglib-1.9.9/src/libsymspg.la \ + $(top_builddir)/external_libs/bpdn/libbpdn.la \ + $(top_builddir)/external_libs/dftd3/libdftd3.la \ + $(am__append_1) $(am__append_3) $(am__append_5) diff --git a/science/octopus/pkg-plist b/science/octopus/pkg-plist index c6fb3fafec14..358ec8a993a8 100644 --- a/science/octopus/pkg-plist +++ b/science/octopus/pkg-plist @@ -1,2077 +1,2168 @@ bin/create_combinations.py bin/oct-analyze_projections bin/oct-atomic_occupations bin/oct-casida_spectrum bin/oct-center-geom bin/oct-check_deallocs bin/oct-conductivity bin/oct-convert bin/oct-dielectric-function bin/oct-display_partitions bin/oct-floquet bin/oct-harmonic-spectrum bin/oct-help bin/oct-infrared_spectrum bin/oct-local_multipoles bin/oct-oscillator-strength bin/oct-photoelectron_spectrum bin/oct-propagation_spectrum bin/oct-run_performance_testsuite.sh bin/oct-run_periodic_table bin/oct-run_regression_test.pl bin/oct-run_testsuite.sh bin/oct-spin_susceptibility bin/oct-unfold bin/oct-vdW_c6 bin/oct-vibrational_spectrum bin/oct-wannier90 bin/oct-xyz-anim bin/octopus include/liboct_parser.h include/string_f.h +lib/liboct.so +lib/liboct.so.0 +lib/liboct.so.0.0.0 +lib/liboct_parser.so +lib/liboct_parser.so.0 +lib/liboct_parser.so.0.0.0 man/man1/oct-atomic_occupations.1.gz man/man1/oct-casida_spectrum.1.gz man/man1/oct-center-geom.1.gz man/man1/oct-display_partitions.1.gz man/man1/oct-harmonic-spectrum.1.gz man/man1/oct-propagation_spectrum.1.gz man/man1/oct-run_periodic_table.1.gz man/man1/oct-run_regression_test.pl.1.gz man/man1/oct-run_testsuite.sh.1.gz man/man1/oct-vibrational_spectrum.1.gz man/man1/oct-xyz-anim.1.gz man/man1/octopus.1.gz %%DATADIR%%/dftd3/pars.dat %%DATADIR%%/doc/vars/Atomic_Orbitals.html %%DATADIR%%/doc/vars/Calculation_Modes.html %%DATADIR%%/doc/vars/ClassicalParticles.html +%%DATADIR%%/doc/vars/DFTBPlusInterface.html %%DATADIR%%/doc/vars/Execution.html %%DATADIR%%/doc/vars/Hamiltonian.html %%DATADIR%%/doc/vars/Linear_Response.html %%DATADIR%%/doc/vars/Math.html +%%DATADIR%%/doc/vars/Maxwell.html %%DATADIR%%/doc/vars/MaxwellStates.html %%DATADIR%%/doc/vars/Mesh.html %%DATADIR%%/doc/vars/Output.html %%DATADIR%%/doc/vars/SCF.html %%DATADIR%%/doc/vars/States.html %%DATADIR%%/doc/vars/System.html %%DATADIR%%/doc/vars/Time-Dependent.html %%DATADIR%%/doc/vars/Utilities.html %%DATADIR%%/doc/vars/alpha.js %%DATADIR%%/doc/vars/ftiens4.js %%DATADIR%%/doc/vars/ftv2blank.gif %%DATADIR%%/doc/vars/ftv2doc.gif %%DATADIR%%/doc/vars/ftv2folderclosed.gif %%DATADIR%%/doc/vars/ftv2folderopen.gif %%DATADIR%%/doc/vars/ftv2lastnode.gif %%DATADIR%%/doc/vars/ftv2link.gif %%DATADIR%%/doc/vars/ftv2mlastnode.gif %%DATADIR%%/doc/vars/ftv2mnode.gif %%DATADIR%%/doc/vars/ftv2node.gif %%DATADIR%%/doc/vars/ftv2plastnode.gif %%DATADIR%%/doc/vars/ftv2pnode.gif %%DATADIR%%/doc/vars/ftv2vertline.gif %%DATADIR%%/doc/vars/sections.js %%DATADIR%%/doc/vars/ua.js %%DATADIR%%/doc/vars/vars.php %%DATADIR%%/doc/vars/varsLeftFrame.php %%DATADIR%%/doc/vars/varsRightFrame.html %%DATADIR%%/doc/vars/vars_index.html %%DATADIR%%/filter_mask.data %%DATADIR%%/gdlib.png %%DATADIR%%/gequad.data %%DATADIR%%/logo -%%DATADIR%%/marching_cubes_edges.data -%%DATADIR%%/marching_cubes_triangles.data %%DATADIR%%/opencl/axpy.cl %%DATADIR%%/opencl/boundaries.cl %%DATADIR%%/opencl/cl_complex.h %%DATADIR%%/opencl/cl_global.h %%DATADIR%%/opencl/cl_rtype.h %%DATADIR%%/opencl/convert.cl %%DATADIR%%/opencl/copy.cl %%DATADIR%%/opencl/cuda_compat.h %%DATADIR%%/opencl/curl.cl %%DATADIR%%/opencl/density.cl %%DATADIR%%/opencl/forces.cl +%%DATADIR%%/opencl/ghost.cl %%DATADIR%%/opencl/mesh_batch.cl %%DATADIR%%/opencl/mesh_batch_single.cl %%DATADIR%%/opencl/mesh_to_cube.cl %%DATADIR%%/opencl/mod_sqr.cl %%DATADIR%%/opencl/mul.cl %%DATADIR%%/opencl/operate.cl %%DATADIR%%/opencl/pack.cl %%DATADIR%%/opencl/phase.cl %%DATADIR%%/opencl/phase_spiral.cl %%DATADIR%%/opencl/points.cl %%DATADIR%%/opencl/projector.cl %%DATADIR%%/opencl/rotate.cl %%DATADIR%%/opencl/set_one.cl %%DATADIR%%/opencl/set_zero.cl -%%DATADIR%%/opencl/subarray.cl %%DATADIR%%/opencl/trsm.cl %%DATADIR%%/opencl/uvw_to_xyz.cl %%DATADIR%%/opencl/vpsi.cl %%DATADIR%%/pseudopotentials/HGH/lda/Ag.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Al.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Ar.hgh %%DATADIR%%/pseudopotentials/HGH/lda/As.hgh %%DATADIR%%/pseudopotentials/HGH/lda/At.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Au.hgh %%DATADIR%%/pseudopotentials/HGH/lda/B.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Ba.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Be.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Bi.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Br.hgh %%DATADIR%%/pseudopotentials/HGH/lda/C.hgh %%DATADIR%%/pseudopotentials/HGH/lda/C.hgh.spacing %%DATADIR%%/pseudopotentials/HGH/lda/Ca.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Cd.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Cl.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Co.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Cr.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Cs.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Cu.hgh %%DATADIR%%/pseudopotentials/HGH/lda/D.hgh %%DATADIR%%/pseudopotentials/HGH/lda/F.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Fe.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Ga.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Ge.hgh %%DATADIR%%/pseudopotentials/HGH/lda/H.hgh %%DATADIR%%/pseudopotentials/HGH/lda/He.hgh %%DATADIR%%/pseudopotentials/HGH/lda/He.hgh.spacing %%DATADIR%%/pseudopotentials/HGH/lda/Hg.hgh %%DATADIR%%/pseudopotentials/HGH/lda/I.hgh %%DATADIR%%/pseudopotentials/HGH/lda/In.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Ir.hgh %%DATADIR%%/pseudopotentials/HGH/lda/K.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Kr.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Li.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Mg.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Mn.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Mo.hgh %%DATADIR%%/pseudopotentials/HGH/lda/N.hgh %%DATADIR%%/pseudopotentials/HGH/lda/N.hgh.spacing %%DATADIR%%/pseudopotentials/HGH/lda/Na.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Nb.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Ne.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Ni.hgh %%DATADIR%%/pseudopotentials/HGH/lda/O.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Os.hgh %%DATADIR%%/pseudopotentials/HGH/lda/P.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Pb.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Pd.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Po.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Pt.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Rb.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Re.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Rh.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Rn.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Ru.hgh %%DATADIR%%/pseudopotentials/HGH/lda/S.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Sb.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Se.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Si.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Sn.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Sr.hgh %%DATADIR%%/pseudopotentials/HGH/lda/T.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Ta.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Tc.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Te.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Ti.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Tl.hgh %%DATADIR%%/pseudopotentials/HGH/lda/V.hgh %%DATADIR%%/pseudopotentials/HGH/lda/W.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Xe.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Y.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Zn.hgh %%DATADIR%%/pseudopotentials/HGH/lda/Zr.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Ag_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Au_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Ba_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Be_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Ca_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Cd_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Ce_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Co_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Cr_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Cs_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Cu_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Dy_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Er_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Eu_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Fe_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Ga_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Gd_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Hf_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Hg_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Ho_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/In_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Ir_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/K_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/La_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Li_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Lu_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Mg_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Mn_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Mo_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Na_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Nb_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Nd_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Ni_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Os_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Pd_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Pm_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Pr_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Pt_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Rb_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Re_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Rh_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Ru_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Sc_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Sm_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Sr_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Ta_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Tb_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Tc_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Ti_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Tl_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Tm_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/V_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/W_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Y_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Yb_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Zn_sc.hgh %%DATADIR%%/pseudopotentials/HGH/lda_sc/Zr_sc.hgh %%DATADIR%%/pseudopotentials/PSF/C.psf %%DATADIR%%/pseudopotentials/PSF/C.psf.spacing %%DATADIR%%/pseudopotentials/PSF/Cd.psf %%DATADIR%%/pseudopotentials/PSF/D.psf %%DATADIR%%/pseudopotentials/PSF/H.psf %%DATADIR%%/pseudopotentials/PSF/Li.psf %%DATADIR%%/pseudopotentials/PSF/N.psf %%DATADIR%%/pseudopotentials/PSF/Na.psf %%DATADIR%%/pseudopotentials/PSF/O.psf %%DATADIR%%/pseudopotentials/PSF/O.psf.spacing %%DATADIR%%/pseudopotentials/PSF/S.psf %%DATADIR%%/pseudopotentials/PSF/S.psf.spacing %%DATADIR%%/pseudopotentials/PSF/Se.psf %%DATADIR%%/pseudopotentials/PSF/Se.psf.spacing %%DATADIR%%/pseudopotentials/PSF/Si.psf %%DATADIR%%/pseudopotentials/PSF/T.psf %%DATADIR%%/pseudopotentials/PSF/Ti.psf %%DATADIR%%/pseudopotentials/PSF/set_defaults %%DATADIR%%/pseudopotentials/elements.dat %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ag.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Al.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Al.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ar.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ar.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/As.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Au.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/B.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/B.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ba.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Be.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Be.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Bi.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Br.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/C.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/C.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ca.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Cd.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Cl.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Cl.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Co.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Cr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Cs.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Cu.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/D.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/D.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/F.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/F.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Fe.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ga.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ga.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ge.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/H.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/H.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/He.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/He.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Hf.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Hg.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/I.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/In.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ir.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/K.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Kr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/La.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Li.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Li.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Lu.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Mg.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Mn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Mo.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/N.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/N.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Na.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Na.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Nb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ne.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ne.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ni.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/O.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/O.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Os.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/P.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Pb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Pd.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Po.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Pt.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Rb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Re.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Rh.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Rn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ru.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/S.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/S.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Sb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Sc.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Se.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Si.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Si.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Sn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Sr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/T.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/T.upf.spacing %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ta.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Tc.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Te.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ti.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Tl.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/V.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/W.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Xe.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Y.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Zn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Zr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ag.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Al.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ar.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/As.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Au.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/B.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ba.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Be.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Bi.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Br.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/C.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ca.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Cd.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Cl.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Co.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Cr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Cs.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Cu.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/D.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/F.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Fe.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ga.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ge.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/H.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/He.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Hf.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Hg.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/I.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/In.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ir.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/K.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Kr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/La.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Li.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Lu.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Mg.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Mn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Mo.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/N.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Na.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Nb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ne.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ni.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/O.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Os.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/P.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Pb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Pd.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Po.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Pt.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Rb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Re.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Rh.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Rn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ru.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/S.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Sb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Sc.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Se.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Si.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Sn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Sr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/T.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ta.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Tc.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Te.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ti.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Tl.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/V.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/W.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Xe.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Y.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Zn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Zr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ag.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Al.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ar.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/As.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Au.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/B.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ba.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Be.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Bi.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Br.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/C.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ca.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Cd.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Cl.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Co.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Cr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Cs.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Cu.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/D.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/F.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Fe.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ga.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ge.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/H.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/He.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Hf.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Hg.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/I.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/In.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ir.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/K.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Kr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/La.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Li.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Lu.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Mg.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Mn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Mo.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/N.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Na.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Nb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ne.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ni.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/O.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Os.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/P.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Pb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Pd.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Po.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Pt.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Rb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Re.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Rh.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Rn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ru.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/S.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Sb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Sc.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Se.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Si.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Sn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Sr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/T.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ta.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Tc.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Te.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ti.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Tl.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/V.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/W.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Xe.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Y.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Zn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Zr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ag.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Al.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ar.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/As.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Au.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/B.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ba.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Be.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Bi.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Br.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/C.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ca.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Cd.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Cl.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Co.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Cr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Cs.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Cu.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/D.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/F.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Fe.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ga.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ge.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/H.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/He.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Hf.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Hg.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/I.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/In.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ir.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/K.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Kr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/La.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Li.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Lu.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Mg.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Mn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Mo.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/N.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Na.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Nb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ne.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ni.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/O.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Os.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/P.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Pb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Pd.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Po.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Pt.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Rb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Re.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Rh.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Rn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ru.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/S.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Sb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Sc.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Se.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Si.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Sn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Sr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/T.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ta.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Tc.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Te.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ti.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Tl.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/V.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/W.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Xe.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Y.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Zn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Zr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ag.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Al.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ar.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/As.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Au.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/B.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ba.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Be.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Bi.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Br.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/C.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ca.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Cd.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Cl.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Co.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Cr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Cs.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Cu.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/D.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/F.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Fe.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ga.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ge.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/H.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/He.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Hf.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Hg.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/I.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/In.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ir.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/K.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Kr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Li.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Mg.upf -%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Mo.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Mn.upf +%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Mo.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/N.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Na.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Nb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ne.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ni.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/O.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Os.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/P.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Pb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Pd.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Po.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Pt.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Rb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Re.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Rh.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Rn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ru.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/S.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Sb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Sc.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Se.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Si.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Sn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Sr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/T.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ta.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Tc.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Te.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ti.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Tl.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/V.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/W.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Xe.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Y.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Zn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Zr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ag.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Al.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ar.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/As.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Au.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/B.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ba.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Be.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Bi.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Br.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/C.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ca.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Cd.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Cl.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Co.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Cr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Cs.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Cu.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/D.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/F.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Fe.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ga.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ge.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/H.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/He.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Hf.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Hg.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/I.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/In.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ir.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/K.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Kr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Li.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Mg.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Mn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Mo.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/N.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Na.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Nb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ne.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ni.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/O.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Os.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/P.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Pb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Pd.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Po.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Pt.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Rb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Re.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Rh.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Rn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ru.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/S.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Sb.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Sc.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Se.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Si.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Sn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Sr.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/T.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ta.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Tc.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Te.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ti.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Tl.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/V.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/W.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Xe.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Y.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Zn.upf %%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Zr.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ac_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ag_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Al_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ar_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/As_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/At_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Au_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/B_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ba_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Bi_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Br_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/C_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ca_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Cd_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ce_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Cl_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Co_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Cr_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Cs_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Cu_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/D_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Dy_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Er_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Eu_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/F_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Fe_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Fr_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ga_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Gd_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ge_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/H_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/He_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Hf_HSCV_LDA-1.1.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Hg_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ho_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/I_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/In_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ir_HSCV_LDA-1.1.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/K_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Kr_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/La_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Li_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Lu_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Mg_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Mn_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Mo_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/N_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Na_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Nb_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Nd_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ne_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ni_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Np_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/O_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Os_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/P_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Pa_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Pb_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Pd_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Pm_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Po_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Pr_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Pt_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Pu_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ra_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Rb_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Re_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Rh_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Rn_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ru_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/S_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Sb_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Sc_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Se_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Si_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Sm_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Sn_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Sr_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/T_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ta_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Tb_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Tc_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Te_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Th_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ti_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Tl_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Tm_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/U_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/V_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/W_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Xe_HSCV_LDA-1.2.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Y_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Yb_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Zn_HSCV_LDA-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Zr_HSCV_LDA-1.1.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ac_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ag_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Al_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ar_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/As_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/At_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Au_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/B_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ba_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Bi_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Br_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/C_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ca_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Cd_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ce_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Cl_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Co_HSCV_PBE-1.1.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Cr_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Cs_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Cu_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/D_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Dy_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Er_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Eu_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/F_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Fe_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Fr_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ga_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Gd_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ge_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/H_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/He_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Hf_HSCV_PBE-1.1.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Hg_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ho_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/I_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/In_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ir_HSCV_PBE-1.1.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/K_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Kr_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/La_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Li_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Lu_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Mg_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Mn_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Mo_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/N_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Na_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Nb_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Nd_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ne_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ni_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Np_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/O_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Os_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/P_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Pa_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Pb_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Pd_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Pm_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Po_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Pr_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Pt_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Pu_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ra_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Rb_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Re_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Rh_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Rn_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ru_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/S_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Sb_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Sc_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Se_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Si_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Sm_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Sn_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Sr_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/T_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ta_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Tb_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Tc_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Te_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Th_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ti_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Tl_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Tm_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/U_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/V_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/W_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Xe_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Y_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Yb_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Zn_HSCV_PBE-1.0.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Zr_HSCV_PBE-1.1.xml %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ag_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Al_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ar_ONCV_PBE-1.1.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/As_ONCV_PBE-1.1.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Au_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/B_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ba_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Be_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Bi_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Br_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/COPYING %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/C_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/C_ONCV_PBE-1.0.upf.spacing %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ca_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Cd_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Cl_ONCV_PBE-1.1.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Co_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Cr_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Cs_ONCV_PBE-1.1.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Cu_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/D_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/F_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Fe_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ga_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ge_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/H_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/H_ONCV_PBE-1.0.upf.spacing %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/He_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Hf_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Hg_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/I_ONCV_PBE-1.1.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/In_ONCV_PBE-1.1.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ir_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/K_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Kr_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/La_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Li_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Mg_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Mn_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Mo_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/N_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/N_ONCV_PBE-1.0.upf.spacing %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Na_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Nb_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ne_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ni_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/O_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Os_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/P_ONCV_PBE-1.1.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Pb_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Pd_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Pt_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/README.Octopus %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Rb_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Re_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Rh_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ru_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/S_ONCV_PBE-1.1.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Sb_ONCV_PBE-1.1.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Sc_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Se_ONCV_PBE-1.1.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Si_ONCV_PBE-1.1.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Sn_ONCV_PBE-1.1.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Sr_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/T_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ta_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Tc_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Te_ONCV_PBE-1.1.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ti_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Tl_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/V_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/W_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Xe_ONCV_PBE-1.1.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Y_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Zn_ONCV_PBE-1.0.upf %%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Zr_ONCV_PBE-1.0.upf -%%DATADIR%%/quadrature/README -%%DATADIR%%/quadrature/lebedev_003.txt -%%DATADIR%%/quadrature/lebedev_005.txt -%%DATADIR%%/quadrature/lebedev_007.txt -%%DATADIR%%/quadrature/lebedev_009.txt -%%DATADIR%%/quadrature/lebedev_011.txt -%%DATADIR%%/quadrature/lebedev_013.txt -%%DATADIR%%/quadrature/lebedev_015.txt -%%DATADIR%%/quadrature/lebedev_017.txt -%%DATADIR%%/quadrature/lebedev_019.txt -%%DATADIR%%/quadrature/lebedev_021.txt -%%DATADIR%%/quadrature/lebedev_023.txt -%%DATADIR%%/quadrature/lebedev_025.txt -%%DATADIR%%/quadrature/lebedev_027.txt -%%DATADIR%%/quadrature/lebedev_029.txt -%%DATADIR%%/quadrature/lebedev_031.txt -%%DATADIR%%/quadrature/lebedev_035.txt -%%DATADIR%%/quadrature/lebedev_041.txt -%%DATADIR%%/quadrature/lebedev_047.txt -%%DATADIR%%/quadrature/lebedev_053.txt -%%DATADIR%%/quadrature/lebedev_059.txt -%%DATADIR%%/quadrature/lebedev_065.txt -%%DATADIR%%/quadrature/lebedev_071.txt -%%DATADIR%%/quadrature/lebedev_077.txt -%%DATADIR%%/quadrature/lebedev_083.txt -%%DATADIR%%/quadrature/lebedev_089.txt -%%DATADIR%%/quadrature/lebedev_095.txt -%%DATADIR%%/quadrature/lebedev_101.txt -%%DATADIR%%/quadrature/lebedev_107.txt -%%DATADIR%%/quadrature/lebedev_113.txt -%%DATADIR%%/quadrature/lebedev_119.txt -%%DATADIR%%/quadrature/lebedev_125.txt -%%DATADIR%%/quadrature/lebedev_131.txt %%DATADIR%%/recipes/da/octopus_gallega.txt %%DATADIR%%/recipes/da/sugo_zucchini.txt %%DATADIR%%/recipes/de/oktopus_gallega.txt %%DATADIR%%/recipes/disclaimer.txt %%DATADIR%%/recipes/en/cheese_spaetzle.txt %%DATADIR%%/recipes/en/octopus_gallega.txt %%DATADIR%%/recipes/en/pork_honey.txt %%DATADIR%%/recipes/en/sugo_zucchini.txt %%DATADIR%%/recipes/es/pulpo_a_feira.txt %%DATADIR%%/recipes/es/pulpo_asado.txt %%DATADIR%%/recipes/eu/txipiroiak_bere_tintan.txt %%DATADIR%%/recipes/it/polpo_galiziana.txt %%DATADIR%%/testsuite/components/01-derivatives_1d.01.inp %%DATADIR%%/testsuite/components/01-derivatives_1d.02-fortran.inp %%DATADIR%%/testsuite/components/01-derivatives_1d.test %%DATADIR%%/testsuite/components/02-derivatives_2d.01.inp %%DATADIR%%/testsuite/components/02-derivatives_2d.test %%DATADIR%%/testsuite/components/03-derivatives_3d.01.inp %%DATADIR%%/testsuite/components/03-derivatives_3d.02-non-orthogonal.inp %%DATADIR%%/testsuite/components/03-derivatives_3d.02-non-orthogonal_unpacked.inp %%DATADIR%%/testsuite/components/03-derivatives_3d.test %%DATADIR%%/testsuite/components/04-hartree_3d_cg.01-cg_corrected.inp %%DATADIR%%/testsuite/components/04-hartree_3d_cg.test %%DATADIR%%/testsuite/components/05-hartree_3d_fft.01-fft.inp %%DATADIR%%/testsuite/components/05-hartree_3d_fft.02-fft_corrected.inp +%%DATADIR%%/testsuite/components/05-hartree_3d_fft.03-3d_1d_periodic.inp +%%DATADIR%%/testsuite/components/05-hartree_3d_fft.04-3d_3d_periodic.inp +%%DATADIR%%/testsuite/components/05-hartree_3d_fft.05-3d_2d_periodic.inp %%DATADIR%%/testsuite/components/05-hartree_3d_fft.test %%DATADIR%%/testsuite/components/06-hartree_3d_isf.01-isf.inp %%DATADIR%%/testsuite/components/06-hartree_3d_isf.test %%DATADIR%%/testsuite/components/07-cholesky_serial.01-real.inp %%DATADIR%%/testsuite/components/07-cholesky_serial.02-complex.inp %%DATADIR%%/testsuite/components/07-cholesky_serial.03-parindep.inp %%DATADIR%%/testsuite/components/07-cholesky_serial.test %%DATADIR%%/testsuite/components/08-gs.01-cgs_real.inp %%DATADIR%%/testsuite/components/08-gs.02-cgs_complex.inp %%DATADIR%%/testsuite/components/08-gs.03-mgs_real.inp %%DATADIR%%/testsuite/components/08-gs.04-mgs_complex.inp %%DATADIR%%/testsuite/components/08-gs.05-drcgs_real.inp %%DATADIR%%/testsuite/components/08-gs.06-drcgs_complex.inp %%DATADIR%%/testsuite/components/08-gs.test %%DATADIR%%/testsuite/components/10-hartree_pfft.01-fft.inp %%DATADIR%%/testsuite/components/10-hartree_pfft.02-fft_corrected.inp +%%DATADIR%%/testsuite/components/10-hartree_pfft.03-3d_1d_periodic.inp +%%DATADIR%%/testsuite/components/10-hartree_pfft.04-3d_3d_periodic.inp +%%DATADIR%%/testsuite/components/10-hartree_pfft.05-3d_2d_periodic.inp %%DATADIR%%/testsuite/components/10-hartree_pfft.test %%DATADIR%%/testsuite/components/11-hartree_cl.01-fft.inp %%DATADIR%%/testsuite/components/11-hartree_cl.test %%DATADIR%%/testsuite/components/12-hartree_direct_3d.01.inp %%DATADIR%%/testsuite/components/12-hartree_direct_3d.test %%DATADIR%%/testsuite/components/13-hartree_3d_mg.01-multigrid.inp %%DATADIR%%/testsuite/components/13-hartree_3d_mg.test %%DATADIR%%/testsuite/components/14-center-geom.01-run.inp %%DATADIR%%/testsuite/components/14-center-geom.test %%DATADIR%%/testsuite/components/15-cholesky_parallel.01-real.inp %%DATADIR%%/testsuite/components/15-cholesky_parallel.02-complex.inp %%DATADIR%%/testsuite/components/15-cholesky_parallel.test %%DATADIR%%/testsuite/components/16-hartree_3d_psolver.01-psolver.inp %%DATADIR%%/testsuite/components/16-hartree_3d_psolver.02-psolver.inp %%DATADIR%%/testsuite/components/16-hartree_3d_psolver.test %%DATADIR%%/testsuite/components/17-recipe.inp %%DATADIR%%/testsuite/components/17-recipe.test %%DATADIR%%/testsuite/components/18-interpolation.01-1d.inp %%DATADIR%%/testsuite/components/18-interpolation.02-2d.inp %%DATADIR%%/testsuite/components/18-interpolation.03-3d.inp %%DATADIR%%/testsuite/components/18-interpolation.test %%DATADIR%%/testsuite/components/19-hgh_soc.01-3d.inp %%DATADIR%%/testsuite/components/19-hgh_soc.test -%%DATADIR%%/testsuite/components/20-dft_u.01-NiO.inp +%%DATADIR%%/testsuite/components/20-dft_u.01-real_mesh.inp +%%DATADIR%%/testsuite/components/20-dft_u.02-real_submesh.inp +%%DATADIR%%/testsuite/components/20-dft_u.03-complex_mesh.inp +%%DATADIR%%/testsuite/components/20-dft_u.04-complex_submesh.inp +%%DATADIR%%/testsuite/components/20-dft_u.05-real_mesh_unpacked.inp +%%DATADIR%%/testsuite/components/20-dft_u.06-real_submesh_unpacked.inp +%%DATADIR%%/testsuite/components/20-dft_u.07-complex_mesh_unpacked.inp +%%DATADIR%%/testsuite/components/20-dft_u.08-complex_submesh_unpacked.inp %%DATADIR%%/testsuite/components/20-dft_u.test %%DATADIR%%/testsuite/components/21-hamiltonian_apply.01-Si.inp %%DATADIR%%/testsuite/components/21-hamiltonian_apply.test %%DATADIR%%/testsuite/components/22-density_calc.01-Si.inp %%DATADIR%%/testsuite/components/22-density_calc.test %%DATADIR%%/testsuite/components/23-exponential_apply.01-jellium.inp %%DATADIR%%/testsuite/components/23-exponential_apply.test %%DATADIR%%/testsuite/components/24-boundaries.01-jellium.inp %%DATADIR%%/testsuite/components/24-boundaries.test %%DATADIR%%/testsuite/components/25-subspace.01-jellium.inp %%DATADIR%%/testsuite/components/25-subspace.test %%DATADIR%%/testsuite/components/26-batch_ops.01-jellium.inp %%DATADIR%%/testsuite/components/26-batch_ops.02-jellium-complex.inp %%DATADIR%%/testsuite/components/26-batch_ops.03-jellium-spinor.inp %%DATADIR%%/testsuite/components/26-batch_ops.test %%DATADIR%%/testsuite/components/27-clock.01.inp %%DATADIR%%/testsuite/components/27-clock.test +%%DATADIR%%/testsuite/components/28-cgal.01.inp +%%DATADIR%%/testsuite/components/28-cgal.02-X.off +%%DATADIR%%/testsuite/components/28-cgal.test +%%DATADIR%%/testsuite/components/29-linear_solver.01-real.inp +%%DATADIR%%/testsuite/components/29-linear_solver.test +%%DATADIR%%/testsuite/components/30-eigensolver.01.inp +%%DATADIR%%/testsuite/components/30-eigensolver.test +%%DATADIR%%/testsuite/components/31-grid_interpolation.01.inp +%%DATADIR%%/testsuite/components/31-grid_interpolation.test +%%DATADIR%%/testsuite/errors/01-run_mode.01-one_shot.inp +%%DATADIR%%/testsuite/errors/01-run_mode.test +%%DATADIR%%/testsuite/errors/02-scf_errors.01-rdmft.inp +%%DATADIR%%/testsuite/errors/02-scf_errors.test %%DATADIR%%/testsuite/finite_systems_1d/01-hydrogen.01-ground_state.inp %%DATADIR%%/testsuite/finite_systems_1d/01-hydrogen.02-excited_state.inp %%DATADIR%%/testsuite/finite_systems_1d/01-hydrogen.03-dummy.inp %%DATADIR%%/testsuite/finite_systems_1d/01-hydrogen.test %%DATADIR%%/testsuite/finite_systems_1d/02-neon_mpi.01-ground_state-IP_par_domains.inp %%DATADIR%%/testsuite/finite_systems_1d/02-neon_mpi.02-ground_state-kli_par_domains.inp %%DATADIR%%/testsuite/finite_systems_1d/02-neon_mpi.03-td_calc-kli_par_states.inp %%DATADIR%%/testsuite/finite_systems_1d/02-neon_mpi.test %%DATADIR%%/testsuite/finite_systems_1d/03-He-Hartree-Fock.01-gs.inp %%DATADIR%%/testsuite/finite_systems_1d/03-He-Hartree-Fock.test %%DATADIR%%/testsuite/finite_systems_1d/09-morse.01-gs.inp %%DATADIR%%/testsuite/finite_systems_1d/09-morse.02-unocc.inp %%DATADIR%%/testsuite/finite_systems_1d/09-morse.03-td.inp %%DATADIR%%/testsuite/finite_systems_1d/09-morse.test %%DATADIR%%/testsuite/finite_systems_2d/01-quadratic_box.01-ground_state.inp %%DATADIR%%/testsuite/finite_systems_2d/01-quadratic_box.02-hartree.inp %%DATADIR%%/testsuite/finite_systems_2d/01-quadratic_box.03-hartree+xc.inp %%DATADIR%%/testsuite/finite_systems_2d/01-quadratic_box.04-spin_polarized.inp %%DATADIR%%/testsuite/finite_systems_2d/01-quadratic_box.test %%DATADIR%%/testsuite/finite_systems_2d/02-fock-darwin.01-ground_state.inp %%DATADIR%%/testsuite/finite_systems_2d/02-fock-darwin.02-ground_state.inp %%DATADIR%%/testsuite/finite_systems_2d/02-fock-darwin.03-ground_state.inp %%DATADIR%%/testsuite/finite_systems_2d/02-fock-darwin.04-ground_state.inp %%DATADIR%%/testsuite/finite_systems_2d/02-fock-darwin.test %%DATADIR%%/testsuite/finite_systems_2d/03-helium_atom.01-ground_state.inp %%DATADIR%%/testsuite/finite_systems_2d/03-helium_atom.02-ground_state.inp %%DATADIR%%/testsuite/finite_systems_2d/03-helium_atom.test %%DATADIR%%/testsuite/finite_systems_2d/04-biot_savart.01-gs.inp %%DATADIR%%/testsuite/finite_systems_2d/04-biot_savart.test %%DATADIR%%/testsuite/finite_systems_2d/05-spin_precession.01-ground_state.inp %%DATADIR%%/testsuite/finite_systems_2d/05-spin_precession.02-time_propagation.inp %%DATADIR%%/testsuite/finite_systems_2d/05-spin_precession.test -%%DATADIR%%/testsuite/finite_systems_2d/07-modelmb.01-gs.inp -%%DATADIR%%/testsuite/finite_systems_2d/07-modelmb.02-td.inp -%%DATADIR%%/testsuite/finite_systems_2d/07-modelmb.test %%DATADIR%%/testsuite/finite_systems_2d/08-gdlib.01-gs.inp %%DATADIR%%/testsuite/finite_systems_2d/08-gdlib.test %%DATADIR%%/testsuite/finite_systems_3d/01-carbon_atom.01-psf_l0.inp %%DATADIR%%/testsuite/finite_systems_3d/01-carbon_atom.02-psf_l1.inp -%%DATADIR%%/testsuite/finite_systems_3d/01-carbon_atom.03-ground_state_double_grid.inp -%%DATADIR%%/testsuite/finite_systems_3d/01-carbon_atom.04-static_field.inp -%%DATADIR%%/testsuite/finite_systems_3d/01-carbon_atom.05-smear.inp +%%DATADIR%%/testsuite/finite_systems_3d/01-carbon_atom.03-static_field.inp +%%DATADIR%%/testsuite/finite_systems_3d/01-carbon_atom.04-smear.inp %%DATADIR%%/testsuite/finite_systems_3d/01-carbon_atom.test %%DATADIR%%/testsuite/finite_systems_3d/02-curvilinear_coordinates.01-gygi.inp %%DATADIR%%/testsuite/finite_systems_3d/02-curvilinear_coordinates.test %%DATADIR%%/testsuite/finite_systems_3d/03-magnetic.01-gs-unpolarized.inp %%DATADIR%%/testsuite/finite_systems_3d/03-magnetic.02-td-unpolarized.inp %%DATADIR%%/testsuite/finite_systems_3d/03-magnetic.03-gs-polarized.inp %%DATADIR%%/testsuite/finite_systems_3d/03-magnetic.04-td-polarized.inp %%DATADIR%%/testsuite/finite_systems_3d/03-magnetic.05-gs-spinors.inp %%DATADIR%%/testsuite/finite_systems_3d/03-magnetic.06-td-spinors.inp %%DATADIR%%/testsuite/finite_systems_3d/03-magnetic.test %%DATADIR%%/testsuite/finite_systems_3d/04-jellium.01-ground_state.inp %%DATADIR%%/testsuite/finite_systems_3d/04-jellium.test -%%DATADIR%%/testsuite/finite_systems_3d/05-output.01-gs.inp -%%DATADIR%%/testsuite/finite_systems_3d/05-output.02-convert.inp -%%DATADIR%%/testsuite/finite_systems_3d/05-output.03-convert-op.inp +%%DATADIR%%/testsuite/finite_systems_3d/05-output.01-gs-set1.inp +%%DATADIR%%/testsuite/finite_systems_3d/05-output.02-gs.inp +%%DATADIR%%/testsuite/finite_systems_3d/05-output.03-convert.inp +%%DATADIR%%/testsuite/finite_systems_3d/05-output.04-convert-op.inp %%DATADIR%%/testsuite/finite_systems_3d/05-output.test %%DATADIR%%/testsuite/finite_systems_3d/06-restart.01-gs_mixrho.inp %%DATADIR%%/testsuite/finite_systems_3d/06-restart.02-restart_gs_mixrho.inp %%DATADIR%%/testsuite/finite_systems_3d/06-restart.03-gs_mixvhxc.inp %%DATADIR%%/testsuite/finite_systems_3d/06-restart.04-restart_gs_mixvhxc.inp %%DATADIR%%/testsuite/finite_systems_3d/06-restart.05-restart_gs.inp %%DATADIR%%/testsuite/finite_systems_3d/06-restart.06-td_calc.inp %%DATADIR%%/testsuite/finite_systems_3d/06-restart.07-restart_td_calc.inp %%DATADIR%%/testsuite/finite_systems_3d/06-restart.test %%DATADIR%%/testsuite/finite_systems_3d/07-spin_orbit_coupling.01-hgh.inp %%DATADIR%%/testsuite/finite_systems_3d/07-spin_orbit_coupling.02-rkb.inp %%DATADIR%%/testsuite/finite_systems_3d/07-spin_orbit_coupling.02-xe-pseudo.upf %%DATADIR%%/testsuite/finite_systems_3d/07-spin_orbit_coupling.test %%DATADIR%%/testsuite/finite_systems_3d/08-spin_orbit_coupling_full.01-hgh.inp %%DATADIR%%/testsuite/finite_systems_3d/08-spin_orbit_coupling_full.02-rkb.inp %%DATADIR%%/testsuite/finite_systems_3d/08-spin_orbit_coupling_full.03-unocc.inp %%DATADIR%%/testsuite/finite_systems_3d/08-spin_orbit_coupling_full.Xe.UPF %%DATADIR%%/testsuite/finite_systems_3d/08-spin_orbit_coupling_full.test %%DATADIR%%/testsuite/finite_systems_3d/09-spinors.01-ground_state.inp %%DATADIR%%/testsuite/finite_systems_3d/09-spinors.02-rmmdiis.inp -%%DATADIR%%/testsuite/finite_systems_3d/09-spinors.03-rmmdiis_extra_states.inp %%DATADIR%%/testsuite/finite_systems_3d/09-spinors.test %%DATADIR%%/testsuite/finite_systems_3d/10-fullerene.01-gs.inp %%DATADIR%%/testsuite/finite_systems_3d/10-fullerene.geometry.xyz %%DATADIR%%/testsuite/finite_systems_3d/10-fullerene.test %%DATADIR%%/testsuite/finite_systems_3d/12-forces.01-N2_gs.inp %%DATADIR%%/testsuite/finite_systems_3d/12-forces.02-N2_gs.inp %%DATADIR%%/testsuite/finite_systems_3d/12-forces.03-N2_gs.inp %%DATADIR%%/testsuite/finite_systems_3d/12-forces.test %%DATADIR%%/testsuite/finite_systems_3d/13-full_potential_hydrogen.01-gs.inp %%DATADIR%%/testsuite/finite_systems_3d/13-full_potential_hydrogen.02-gs-cg.inp %%DATADIR%%/testsuite/finite_systems_3d/13-full_potential_hydrogen.test %%DATADIR%%/testsuite/finite_systems_3d/14-fullerene_unpacked.01-gs.inp %%DATADIR%%/testsuite/finite_systems_3d/14-fullerene_unpacked.02-td-unpacked.inp %%DATADIR%%/testsuite/finite_systems_3d/14-fullerene_unpacked.03-td-packed.inp %%DATADIR%%/testsuite/finite_systems_3d/14-fullerene_unpacked.test %%DATADIR%%/testsuite/finite_systems_3d/15-fullerene_stdlcao.01-gs.inp %%DATADIR%%/testsuite/finite_systems_3d/15-fullerene_stdlcao.test %%DATADIR%%/testsuite/finite_systems_3d/16-scfinlcao_std.01-gs.inp %%DATADIR%%/testsuite/finite_systems_3d/16-scfinlcao_std.Cl.psf %%DATADIR%%/testsuite/finite_systems_3d/16-scfinlcao_std.test %%DATADIR%%/testsuite/finite_systems_3d/17-scfinlcao_alt.01-gs.inp %%DATADIR%%/testsuite/finite_systems_3d/17-scfinlcao_alt.Cl.psf %%DATADIR%%/testsuite/finite_systems_3d/17-scfinlcao_alt.test %%DATADIR%%/testsuite/finite_systems_3d/18-preconditioner_poisson.01-poisson.inp %%DATADIR%%/testsuite/finite_systems_3d/18-preconditioner_poisson.test -%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.01-lobpcg.inp -%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.02-cg.inp -%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.03-cg_new.inp -%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.04-plan.inp -%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.05-evolution.inp -%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.06-rmmdiis.inp -%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.07-psd.inp -%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.08-rmmdiis-noscalapack.inp +%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.01-cg.inp +%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.02-cg_new.inp +%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.03-plan.inp +%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.04-evolution.inp +%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.05-rmmdiis.inp +%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.06-rmmdiis-noscalapack.inp %%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.test -%%DATADIR%%/testsuite/finite_systems_3d/21-lobpcg.01-spin_polarized.inp -%%DATADIR%%/testsuite/finite_systems_3d/21-lobpcg.02-spinors.inp -%%DATADIR%%/testsuite/finite_systems_3d/21-lobpcg.test %%DATADIR%%/testsuite/finite_systems_3d/22-preconditioner.01-none.inp %%DATADIR%%/testsuite/finite_systems_3d/22-preconditioner.02-filter.inp %%DATADIR%%/testsuite/finite_systems_3d/22-preconditioner.03-jacobi.inp -%%DATADIR%%/testsuite/finite_systems_3d/22-preconditioner.05-multigrid.inp +%%DATADIR%%/testsuite/finite_systems_3d/22-preconditioner.04-multigrid.inp +%%DATADIR%%/testsuite/finite_systems_3d/22-preconditioner.05-multigrid_rmmdiis.inp %%DATADIR%%/testsuite/finite_systems_3d/22-preconditioner.test %%DATADIR%%/testsuite/finite_systems_3d/23-go-na2.01-steep.inp %%DATADIR%%/testsuite/finite_systems_3d/23-go-na2.02-simplex.inp %%DATADIR%%/testsuite/finite_systems_3d/23-go-na2.03-fire.inp %%DATADIR%%/testsuite/finite_systems_3d/23-go-na2.04-fire_restart.inp %%DATADIR%%/testsuite/finite_systems_3d/23-go-na2.05-constrains.inp %%DATADIR%%/testsuite/finite_systems_3d/23-go-na2.test %%DATADIR%%/testsuite/finite_systems_3d/24-o2-spin.01-gs.inp %%DATADIR%%/testsuite/finite_systems_3d/24-o2-spin.test -%%DATADIR%%/testsuite/finite_systems_3d/25-multiresolution.01-Hatom.inp -%%DATADIR%%/testsuite/finite_systems_3d/25-multiresolution.test -%%DATADIR%%/testsuite/finite_systems_3d/27-fine_mesh.01-gs.inp -%%DATADIR%%/testsuite/finite_systems_3d/27-fine_mesh.test %%DATADIR%%/testsuite/finite_systems_3d/29-pcm_chlorine_anion.01-ground_state-n60.inp %%DATADIR%%/testsuite/finite_systems_3d/29-pcm_chlorine_anion.02-td_prop-n60.inp %%DATADIR%%/testsuite/finite_systems_3d/29-pcm_chlorine_anion.03-ground_state-n60-poisson.inp %%DATADIR%%/testsuite/finite_systems_3d/29-pcm_chlorine_anion.04-ground_state-n240.inp %%DATADIR%%/testsuite/finite_systems_3d/29-pcm_chlorine_anion.test %%DATADIR%%/testsuite/finite_systems_3d/30-local_multipoles.01-gs.inp %%DATADIR%%/testsuite/finite_systems_3d/30-local_multipoles.02-multipoles.inp +%%DATADIR%%/testsuite/finite_systems_3d/30-local_multipoles.03-multipoles_restart.inp %%DATADIR%%/testsuite/finite_systems_3d/30-local_multipoles.test %%DATADIR%%/testsuite/finite_systems_3d/31-acetylene_b3lyp.01-gs.inp %%DATADIR%%/testsuite/finite_systems_3d/31-acetylene_b3lyp.test %%DATADIR%%/testsuite/finite_systems_3d/32-tdpcm_methane.01-ground_state.inp %%DATADIR%%/testsuite/finite_systems_3d/32-tdpcm_methane.02-td_prop_neq.inp %%DATADIR%%/testsuite/finite_systems_3d/32-tdpcm_methane.03-td_prop_eom.inp %%DATADIR%%/testsuite/finite_systems_3d/32-tdpcm_methane.test %%DATADIR%%/testsuite/finite_systems_3d/33-cg.01-orthogonalize_all.inp %%DATADIR%%/testsuite/finite_systems_3d/33-cg.02-additional_terms.inp %%DATADIR%%/testsuite/finite_systems_3d/33-cg.03-cg_direction.inp %%DATADIR%%/testsuite/finite_systems_3d/33-cg.test %%DATADIR%%/testsuite/finite_systems_3d/34-walltime.01-gs_walltime.inp %%DATADIR%%/testsuite/finite_systems_3d/34-walltime.02-restart_gs.inp %%DATADIR%%/testsuite/finite_systems_3d/34-walltime.03-td_walltime.inp %%DATADIR%%/testsuite/finite_systems_3d/34-walltime.04-restart_td.inp %%DATADIR%%/testsuite/finite_systems_3d/34-walltime.test %%DATADIR%%/testsuite/finite_systems_3d/35-slater_x.01-gs.inp %%DATADIR%%/testsuite/finite_systems_3d/35-slater_x.02-gs_spinors.inp %%DATADIR%%/testsuite/finite_systems_3d/35-slater_x.test +%%DATADIR%%/testsuite/finite_systems_3d/36-kli_x.01-gs.inp +%%DATADIR%%/testsuite/finite_systems_3d/36-kli_x.02-gs_spinors.inp +%%DATADIR%%/testsuite/finite_systems_3d/36-kli_x.test %%DATADIR%%/testsuite/functionals/01-xc_1d.01-wfs-lda.inp %%DATADIR%%/testsuite/functionals/01-xc_1d.02-wfs-hf.inp %%DATADIR%%/testsuite/functionals/01-xc_1d.lda_csc.inp %%DATADIR%%/testsuite/functionals/01-xc_1d.oep_exx.inp %%DATADIR%%/testsuite/functionals/01-xc_1d.oep_kli.inp %%DATADIR%%/testsuite/functionals/01-xc_1d.test -%%DATADIR%%/testsuite/functionals/02-xc_2d.00-hartree.inp -%%DATADIR%%/testsuite/functionals/02-xc_2d.01-hf.inp +%%DATADIR%%/testsuite/functionals/02-xc_2d.01-hartree.inp +%%DATADIR%%/testsuite/functionals/02-xc_2d.02-hf.inp %%DATADIR%%/testsuite/functionals/02-xc_2d.gga_b86.inp %%DATADIR%%/testsuite/functionals/02-xc_2d.gga_b86_mgc.inp %%DATADIR%%/testsuite/functionals/02-xc_2d.gga_b88.inp %%DATADIR%%/testsuite/functionals/02-xc_2d.gga_pbe.inp %%DATADIR%%/testsuite/functionals/02-xc_2d.lda_amgb.inp %%DATADIR%%/testsuite/functionals/02-xc_2d.lda_prm.inp %%DATADIR%%/testsuite/functionals/02-xc_2d.test %%DATADIR%%/testsuite/functionals/03-xc.01-gs.inp %%DATADIR%%/testsuite/functionals/03-xc.b3lyp_fock.inp %%DATADIR%%/testsuite/functionals/03-xc.b3lyp_oep.inp %%DATADIR%%/testsuite/functionals/03-xc.exx.inp +%%DATADIR%%/testsuite/functionals/03-xc.fbex.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_c_am05.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_c_lm.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_c_lyp.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_c_p86.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_c_pbe.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_c_pbe_jrgx.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_c_pbe_sol.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_c_pw91.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_c_xpbe.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_am05.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_b86.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_b86_mgc.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_b88.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_bayesian.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_dk87_r1.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_dk87_r2.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_ft97_a.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_ft97_b.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_g96.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_lb.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_lg93.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_mpbe.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_mpw91.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_optb88_vdw.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_optpbe_vdw.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_optx.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_pbe.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_pbe_jsjr.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_pbe_r.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_pbe_sol.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_pbea.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_pbek1_vdw.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_pw86.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_pw91.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_rpbe.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_wc.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_x_xpbe.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_xc_b97_d.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_xc_edf1.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_xc_hcth_120.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_xc_hcth_147.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_xc_hcth_407.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_xc_hcth_93.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_xc_mpwlyp1w.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_xc_pbe1w.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_xc_pbelyp1w.inp %%DATADIR%%/testsuite/functionals/03-xc.gga_xc_xlyp.inp %%DATADIR%%/testsuite/functionals/03-xc.kli.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_c_gl.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_c_hl.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_c_ob_pw.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_c_ob_pz.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_c_pw.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_c_pw_mod.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_c_pz.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_c_pz_mod.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_c_rpa.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_c_vbh.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_c_vwn.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_c_vwn_rpa.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_c_wigner.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_c_xalpha.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_x.inp %%DATADIR%%/testsuite/functionals/03-xc.lda_xc_teter93.inp %%DATADIR%%/testsuite/functionals/03-xc.mvorb_hse06_fock.inp %%DATADIR%%/testsuite/functionals/03-xc.pbe0_fock.inp %%DATADIR%%/testsuite/functionals/03-xc.pbe0_oep.inp %%DATADIR%%/testsuite/functionals/03-xc.sic_pz.inp %%DATADIR%%/testsuite/functionals/03-xc.slater.inp %%DATADIR%%/testsuite/functionals/03-xc.test %%DATADIR%%/testsuite/functionals/04-oep.01-jellium-lsda.inp %%DATADIR%%/testsuite/functionals/04-oep.02-jellium-exx_kli.inp %%DATADIR%%/testsuite/functionals/04-oep.03-jellium-full_exx.inp %%DATADIR%%/testsuite/functionals/04-oep.test %%DATADIR%%/testsuite/functionals/05-ks_inversion.01-target_density.inp %%DATADIR%%/testsuite/functionals/05-ks_inversion.02-two_particle.inp %%DATADIR%%/testsuite/functionals/05-ks_inversion.03-inversion.inp %%DATADIR%%/testsuite/functionals/05-ks_inversion.test %%DATADIR%%/testsuite/functionals/06-rdmft.01-ip.inp %%DATADIR%%/testsuite/functionals/06-rdmft.02-gs_basis.inp %%DATADIR%%/testsuite/functionals/06-rdmft.03-gs_grid.inp %%DATADIR%%/testsuite/functionals/06-rdmft.test %%DATADIR%%/testsuite/functionals/07-sic.01-gs.inp %%DATADIR%%/testsuite/functionals/07-sic.test %%DATADIR%%/testsuite/functionals/08-vdw_ts.01-gs.inp %%DATADIR%%/testsuite/functionals/08-vdw_ts.test %%DATADIR%%/testsuite/functionals/09-vdw_ts_sc.01-gs.inp %%DATADIR%%/testsuite/functionals/09-vdw_ts_sc.test %%DATADIR%%/testsuite/functionals/10-vdw_d3_dna.01-gs_novdw.inp %%DATADIR%%/testsuite/functionals/10-vdw_d3_dna.02-gs_d3.inp %%DATADIR%%/testsuite/functionals/10-vdw_d3_dna.test %%DATADIR%%/testsuite/functionals/10-vdw_d3_dna.xyz %%DATADIR%%/testsuite/functionals/11-vdw_d3.01-gs.inp %%DATADIR%%/testsuite/functionals/11-vdw_d3.test %%DATADIR%%/testsuite/functionals/12-vdw_solid_c6.01-gs_diamond.inp %%DATADIR%%/testsuite/functionals/12-vdw_solid_c6.02-gs_graphene.inp %%DATADIR%%/testsuite/functionals/12-vdw_solid_c6.test %%DATADIR%%/testsuite/functionals/13-libvdwxc_h2o.01-vdwdfcx.inp %%DATADIR%%/testsuite/functionals/13-libvdwxc_h2o.test %%DATADIR%%/testsuite/functionals/14-libvdwxc_Be_hcp.01-vdwdfcx.inp %%DATADIR%%/testsuite/functionals/14-libvdwxc_Be_hcp.test %%DATADIR%%/testsuite/functionals/15-oep-CG.01-kli.inp %%DATADIR%%/testsuite/functionals/15-oep-CG.02-oep-bb.inp %%DATADIR%%/testsuite/functionals/15-oep-CG.test %%DATADIR%%/testsuite/functionals/16-dressed-rdmft.01-ip.inp %%DATADIR%%/testsuite/functionals/16-dressed-rdmft.02-hf.inp %%DATADIR%%/testsuite/functionals/16-dressed-rdmft.03-rdmft.inp %%DATADIR%%/testsuite/functionals/16-dressed-rdmft.test %%DATADIR%%/testsuite/functionals/17-oep-photons.01-kli-spinpolarized.inp %%DATADIR%%/testsuite/functionals/17-oep-photons.02-kli.inp %%DATADIR%%/testsuite/functionals/17-oep-photons.03-oep.inp %%DATADIR%%/testsuite/functionals/17-oep-photons.test %%DATADIR%%/testsuite/functionals/18-mgga.01-br89.inp +%%DATADIR%%/testsuite/functionals/18-mgga.02-br89_oep.inp %%DATADIR%%/testsuite/functionals/18-mgga.test %%DATADIR%%/testsuite/lda_u/01-nio.01-U5-gs.inp %%DATADIR%%/testsuite/lda_u/01-nio.02-unocc.inp %%DATADIR%%/testsuite/lda_u/01-nio.test %%DATADIR%%/testsuite/lda_u/02-ACBN0.01-nio.inp %%DATADIR%%/testsuite/lda_u/02-ACBN0.02-lif.inp %%DATADIR%%/testsuite/lda_u/02-ACBN0.test %%DATADIR%%/testsuite/lda_u/03-ACBN0_restricted.01-lif.inp %%DATADIR%%/testsuite/lda_u/03-ACBN0_restricted.02-lif_unpacked.inp %%DATADIR%%/testsuite/lda_u/03-ACBN0_restricted.test %%DATADIR%%/testsuite/lda_u/04-ACBN0_isolated.01-H_unpacked.inp %%DATADIR%%/testsuite/lda_u/04-ACBN0_isolated.02-H_packed.inp %%DATADIR%%/testsuite/lda_u/04-ACBN0_isolated.test %%DATADIR%%/testsuite/lda_u/05-forces.01-Na2.inp %%DATADIR%%/testsuite/lda_u/05-forces.02-Na2_go.inp %%DATADIR%%/testsuite/lda_u/05-forces.test %%DATADIR%%/testsuite/lda_u/06-laser.01-gs.inp %%DATADIR%%/testsuite/lda_u/06-laser.02-length_gauge.inp %%DATADIR%%/testsuite/lda_u/06-laser.03-velocity_gauge.inp %%DATADIR%%/testsuite/lda_u/06-laser.test %%DATADIR%%/testsuite/lda_u/07-noncollinear.01-U5-gs.inp %%DATADIR%%/testsuite/lda_u/07-noncollinear.02-acbn0.inp %%DATADIR%%/testsuite/lda_u/07-noncollinear.test %%DATADIR%%/testsuite/lda_u/08-loewdin.01-Si.inp %%DATADIR%%/testsuite/lda_u/08-loewdin.02-intersite.inp %%DATADIR%%/testsuite/lda_u/08-loewdin.03-intersite_domains.inp %%DATADIR%%/testsuite/lda_u/08-loewdin.test %%DATADIR%%/testsuite/lda_u/09-basis_from_states.01-lda.inp %%DATADIR%%/testsuite/lda_u/09-basis_from_states.02-acbn0.inp %%DATADIR%%/testsuite/lda_u/09-basis_from_states.fhi %%DATADIR%%/testsuite/lda_u/09-basis_from_states.test %%DATADIR%%/testsuite/lda_u/10-intersite.01-Na2.inp %%DATADIR%%/testsuite/lda_u/10-intersite.02-graphite.inp %%DATADIR%%/testsuite/lda_u/10-intersite.test +%%DATADIR%%/testsuite/lda_u/11-full_delta.01-gs.inp +%%DATADIR%%/testsuite/lda_u/11-full_delta.test %%DATADIR%%/testsuite/linear_response/01-casida.01-gs.inp -%%DATADIR%%/testsuite/linear_response/01-casida.012-vib_modes.inp -%%DATADIR%%/testsuite/linear_response/01-casida.02-unocc.inp -%%DATADIR%%/testsuite/linear_response/01-casida.022-unocc_restart.inp -%%DATADIR%%/testsuite/linear_response/01-casida.03-casida.inp -%%DATADIR%%/testsuite/linear_response/01-casida.032-casida_restart.inp -%%DATADIR%%/testsuite/linear_response/01-casida.04-spectrum.inp +%%DATADIR%%/testsuite/linear_response/01-casida.02-vib_modes.inp +%%DATADIR%%/testsuite/linear_response/01-casida.03-unocc.inp +%%DATADIR%%/testsuite/linear_response/01-casida.04-unocc_restart.inp +%%DATADIR%%/testsuite/linear_response/01-casida.05-casida.inp +%%DATADIR%%/testsuite/linear_response/01-casida.06-casida_scalapack.inp +%%DATADIR%%/testsuite/linear_response/01-casida.07-casida_elpa.inp +%%DATADIR%%/testsuite/linear_response/01-casida.08-casida_restart.inp +%%DATADIR%%/testsuite/linear_response/01-casida.09-spectrum.inp %%DATADIR%%/testsuite/linear_response/01-casida.test %%DATADIR%%/testsuite/linear_response/02-h2o_pol_lr.01_h2o_gs.inp %%DATADIR%%/testsuite/linear_response/02-h2o_pol_lr.02_h2o_dyn_pol.inp %%DATADIR%%/testsuite/linear_response/02-h2o_pol_lr.03_h2o_dyn_pol_cmplx.inp %%DATADIR%%/testsuite/linear_response/02-h2o_pol_lr.04_h2o_susc.inp %%DATADIR%%/testsuite/linear_response/02-h2o_pol_lr.05_h2o_magn_opt.inp %%DATADIR%%/testsuite/linear_response/02-h2o_pol_lr.test %%DATADIR%%/testsuite/linear_response/03-vdw_sternheimer.01-ground_state.inp %%DATADIR%%/testsuite/linear_response/03-vdw_sternheimer.02-vdw.inp %%DATADIR%%/testsuite/linear_response/03-vdw_sternheimer.test %%DATADIR%%/testsuite/linear_response/04-vib_modes.01-ground_state.inp %%DATADIR%%/testsuite/linear_response/04-vib_modes.02-vib_modes.inp -%%DATADIR%%/testsuite/linear_response/04-vib_modes.022-vib_modes_restart.inp +%%DATADIR%%/testsuite/linear_response/04-vib_modes.03-vib_modes_restart.inp %%DATADIR%%/testsuite/linear_response/04-vib_modes.test %%DATADIR%%/testsuite/linear_response/05-polarizability.01-gs.inp %%DATADIR%%/testsuite/linear_response/05-polarizability.02-sternheimer.inp %%DATADIR%%/testsuite/linear_response/05-polarizability.03-finite-diff.inp %%DATADIR%%/testsuite/linear_response/05-polarizability.test %%DATADIR%%/testsuite/linear_response/06-vib_modes_fd.01-ground_state.inp %%DATADIR%%/testsuite/linear_response/06-vib_modes_fd.01-vib_modes_fd.inp %%DATADIR%%/testsuite/linear_response/06-vib_modes_fd.test +%%DATADIR%%/testsuite/linear_response/07-casida-photons.01-gs.inp +%%DATADIR%%/testsuite/linear_response/07-casida-photons.02-photons.inp +%%DATADIR%%/testsuite/linear_response/07-casida-photons.03-scalapack.inp +%%DATADIR%%/testsuite/linear_response/07-casida-photons.04-elpa.inp +%%DATADIR%%/testsuite/linear_response/07-casida-photons.05-elpa-parother.inp +%%DATADIR%%/testsuite/linear_response/07-casida-photons.06-spectrum.inp +%%DATADIR%%/testsuite/linear_response/07-casida-photons.test +%%DATADIR%%/testsuite/linear_response/08-sternheimer-photons.01-gs.inp +%%DATADIR%%/testsuite/linear_response/08-sternheimer-photons.02-em_resp.inp +%%DATADIR%%/testsuite/linear_response/08-sternheimer-photons.test %%DATADIR%%/testsuite/maxwell/01-free-propagation.01-1_pulse_td.inp %%DATADIR%%/testsuite/maxwell/01-free-propagation.02-2_pulses_td.inp %%DATADIR%%/testsuite/maxwell/01-free-propagation.test +%%DATADIR%%/testsuite/maxwell/02-external-current.01-gaussian_current_pulse.inp +%%DATADIR%%/testsuite/maxwell/02-external-current.02-gaussian_current_pulse_with_pml.inp +%%DATADIR%%/testsuite/maxwell/02-external-current.03-gaussian_current_pulse_with_mask.inp +%%DATADIR%%/testsuite/maxwell/02-external-current.test +%%DATADIR%%/testsuite/maxwell/03-linear-medium.01-cosinoidal_pulse_td.inp +%%DATADIR%%/testsuite/maxwell/03-linear-medium.02-cosinoidal_pulse_td_pml.inp +%%DATADIR%%/testsuite/maxwell/03-linear-medium.03-cosinoidal_pulse_td_pml_unpacked.inp +%%DATADIR%%/testsuite/maxwell/03-linear-medium.test +%%DATADIR%%/testsuite/maxwell/04-linear-medium-from-file.01-cube.off +%%DATADIR%%/testsuite/maxwell/04-linear-medium-from-file.01-cube_medium_from_file.inp +%%DATADIR%%/testsuite/maxwell/04-linear-medium-from-file.test +%%DATADIR%%/testsuite/maxwell/05-plane_waves.01-pulse_pml.inp +%%DATADIR%%/testsuite/maxwell/05-plane_waves.test +%%DATADIR%%/testsuite/maxwell/06-circular-polarization.01-1_puse_circ_pol.inp +%%DATADIR%%/testsuite/maxwell/06-circular-polarization.test +%%DATADIR%%/testsuite/maxwell/07-mode-resolved-maxwell-ks-propagation.01-1D-Helium-ground-state.inp +%%DATADIR%%/testsuite/maxwell/07-mode-resolved-maxwell-ks-propagation.02-kick-of-the-electronic-subsystem.inp +%%DATADIR%%/testsuite/maxwell/07-mode-resolved-maxwell-ks-propagation.test +%%DATADIR%%/testsuite/modelmb/01-cosh_2e_1d.01-gs.inp +%%DATADIR%%/testsuite/modelmb/01-cosh_2e_1d.02-td.inp +%%DATADIR%%/testsuite/modelmb/01-cosh_2e_1d.test +%%DATADIR%%/testsuite/modelmb/02-qd_2e_2d.01-gs.inp +%%DATADIR%%/testsuite/modelmb/02-qd_2e_2d.02-td.inp +%%DATADIR%%/testsuite/modelmb/02-qd_2e_2d.test %%DATADIR%%/testsuite/multisystem/01-nested_systems.01-two_levels.inp %%DATADIR%%/testsuite/multisystem/01-nested_systems.02-three_levels.inp %%DATADIR%%/testsuite/multisystem/01-nested_systems.03-four_levels.inp %%DATADIR%%/testsuite/multisystem/01-nested_systems.test %%DATADIR%%/testsuite/multisystem/02-interaction_graph.01-three_body.inp %%DATADIR%%/testsuite/multisystem/02-interaction_graph.test -%%DATADIR%%/testsuite/multisystem/03-propagation_verlet.01-two_body.inp -%%DATADIR%%/testsuite/multisystem/03-propagation_verlet.02-three_body.inp -%%DATADIR%%/testsuite/multisystem/03-propagation_verlet.03-two_body_different_time_steps.inp -%%DATADIR%%/testsuite/multisystem/03-propagation_verlet.04-three_body_different_time_steps.inp -%%DATADIR%%/testsuite/multisystem/03-propagation_verlet.test -%%DATADIR%%/testsuite/multisystem/04-propagation_beeman.01-two_body.inp -%%DATADIR%%/testsuite/multisystem/04-propagation_beeman.02-three_body.inp -%%DATADIR%%/testsuite/multisystem/04-propagation_beeman.03-two_body_different_time_steps.inp -%%DATADIR%%/testsuite/multisystem/04-propagation_beeman.04-three_body_different_time_steps.inp -%%DATADIR%%/testsuite/multisystem/04-propagation_beeman.test +%%DATADIR%%/testsuite/multisystem/03-interactions_creation.01-case1.inp +%%DATADIR%%/testsuite/multisystem/03-interactions_creation.02-case2.inp +%%DATADIR%%/testsuite/multisystem/03-interactions_creation.03-case3.inp +%%DATADIR%%/testsuite/multisystem/03-interactions_creation.04-case4.inp +%%DATADIR%%/testsuite/multisystem/03-interactions_creation.test +%%DATADIR%%/testsuite/multisystem/04-propagation_verlet.01-two_body.inp +%%DATADIR%%/testsuite/multisystem/04-propagation_verlet.02-three_body.inp +%%DATADIR%%/testsuite/multisystem/04-propagation_verlet.03-two_body_different_time_steps.inp +%%DATADIR%%/testsuite/multisystem/04-propagation_verlet.04-three_body_different_time_steps.inp +%%DATADIR%%/testsuite/multisystem/04-propagation_verlet.test +%%DATADIR%%/testsuite/multisystem/05-propagation_beeman.01-two_body.inp +%%DATADIR%%/testsuite/multisystem/05-propagation_beeman.02-three_body.inp +%%DATADIR%%/testsuite/multisystem/05-propagation_beeman.03-two_body_different_time_steps.inp +%%DATADIR%%/testsuite/multisystem/05-propagation_beeman.04-three_body_different_time_steps.inp +%%DATADIR%%/testsuite/multisystem/05-propagation_beeman.test +%%DATADIR%%/testsuite/multisystem/06-propagation_expmid.01-two_body.inp +%%DATADIR%%/testsuite/multisystem/06-propagation_expmid.02-three_body.inp +%%DATADIR%%/testsuite/multisystem/06-propagation_expmid.03-two_body_different_time_steps.inp +%%DATADIR%%/testsuite/multisystem/06-propagation_expmid.04-three_body_different_time_steps.inp +%%DATADIR%%/testsuite/multisystem/06-propagation_expmid.05-two_body_verlet_half.inp +%%DATADIR%%/testsuite/multisystem/06-propagation_expmid.06-two_body_verlet.inp +%%DATADIR%%/testsuite/multisystem/06-propagation_expmid.test +%%DATADIR%%/testsuite/multisystem/07-lorentz-force.01-charged_particle_coupled_to_maxwell.inp +%%DATADIR%%/testsuite/multisystem/07-lorentz-force.02-charger_particle_in_static_efield.inp +%%DATADIR%%/testsuite/multisystem/07-lorentz-force.test +%%DATADIR%%/testsuite/multisystem/08-coulomb_force.01-classical_helium.inp +%%DATADIR%%/testsuite/multisystem/08-coulomb_force.test +%%DATADIR%%/testsuite/multisystem/09-illegal_system_names.01-duplicated.inp +%%DATADIR%%/testsuite/multisystem/09-illegal_system_names.02-empty.inp +%%DATADIR%%/testsuite/multisystem/09-illegal_system_names.03-illegal_character.inp +%%DATADIR%%/testsuite/multisystem/09-illegal_system_names.04-white_space.inp +%%DATADIR%%/testsuite/multisystem/09-illegal_system_names.test +%%DATADIR%%/testsuite/multisystem/10-dftbplus_verlet.01-water.inp +%%DATADIR%%/testsuite/multisystem/10-dftbplus_verlet.test +%%DATADIR%%/testsuite/multisystem/12-electronic_subsystem_propagators.01-gs.inp +%%DATADIR%%/testsuite/multisystem/12-electronic_subsystem_propagators.02-expmid.inp +%%DATADIR%%/testsuite/multisystem/12-electronic_subsystem_propagators.test %%DATADIR%%/testsuite/multisystem/99-carbon_hydrogen.01-gs.inp %%DATADIR%%/testsuite/multisystem/99-carbon_hydrogen.02-td.inp %%DATADIR%%/testsuite/multisystem/99-carbon_hydrogen.03-td_restart.inp %%DATADIR%%/testsuite/multisystem/99-carbon_hydrogen.test +%%DATADIR%%/testsuite/multisystem/H-H.skf +%%DATADIR%%/testsuite/multisystem/H-O.skf +%%DATADIR%%/testsuite/multisystem/O-H.skf +%%DATADIR%%/testsuite/multisystem/O-O.skf %%DATADIR%%/testsuite/optimal_control/01-asym_doublewell.01-ground_state.inp %%DATADIR%%/testsuite/optimal_control/01-asym_doublewell.02-unocc.inp %%DATADIR%%/testsuite/optimal_control/01-asym_doublewell.03-oct_run.inp %%DATADIR%%/testsuite/optimal_control/01-asym_doublewell.04-oct_run.inp %%DATADIR%%/testsuite/optimal_control/01-asym_doublewell.05-oct_run.inp %%DATADIR%%/testsuite/optimal_control/01-asym_doublewell.test %%DATADIR%%/testsuite/optimal_control/02-sym_doublewell.01-ground_state.inp %%DATADIR%%/testsuite/optimal_control/02-sym_doublewell.02-unocc.inp %%DATADIR%%/testsuite/optimal_control/02-sym_doublewell.03-oct.inp %%DATADIR%%/testsuite/optimal_control/02-sym_doublewell.test %%DATADIR%%/testsuite/optimal_control/03-localtarget.01-gs.inp %%DATADIR%%/testsuite/optimal_control/03-localtarget.02-oct.inp %%DATADIR%%/testsuite/optimal_control/03-localtarget.03-tdoct.inp %%DATADIR%%/testsuite/optimal_control/03-localtarget.04-gs-mp.inp %%DATADIR%%/testsuite/optimal_control/03-localtarget.05-oct-mp.inp %%DATADIR%%/testsuite/optimal_control/03-localtarget.test %%DATADIR%%/testsuite/optimal_control/04-box.01-ground_state.inp %%DATADIR%%/testsuite/optimal_control/04-box.02-unocc.inp %%DATADIR%%/testsuite/optimal_control/04-box.03-oct_long.inp %%DATADIR%%/testsuite/optimal_control/04-box.04-oct_long.inp %%DATADIR%%/testsuite/optimal_control/04-box.05-oct_long.inp %%DATADIR%%/testsuite/optimal_control/04-box.06-oct_long.inp %%DATADIR%%/testsuite/optimal_control/04-box.07-oct_long.inp %%DATADIR%%/testsuite/optimal_control/04-box.08-oct_long.inp %%DATADIR%%/testsuite/optimal_control/04-box.test %%DATADIR%%/testsuite/optimal_control/05-adw.01-ground_state.inp %%DATADIR%%/testsuite/optimal_control/05-adw.02-unocc.inp %%DATADIR%%/testsuite/optimal_control/05-adw.03-filter_fixed.inp %%DATADIR%%/testsuite/optimal_control/05-adw.04-filter_indirect.inp %%DATADIR%%/testsuite/optimal_control/05-adw.test %%DATADIR%%/testsuite/optimal_control/06-zbr98.01-ground_state.inp %%DATADIR%%/testsuite/optimal_control/06-zbr98.02-oct.inp %%DATADIR%%/testsuite/optimal_control/06-zbr98.test %%DATADIR%%/testsuite/optimal_control/07-qoct+tddft.01-ground_state.inp %%DATADIR%%/testsuite/optimal_control/07-qoct+tddft.02-oct.inp %%DATADIR%%/testsuite/optimal_control/07-qoct+tddft.test %%DATADIR%%/testsuite/optimal_control/08-velocities.01-ground_state.inp %%DATADIR%%/testsuite/optimal_control/08-velocities.02-oct.inp %%DATADIR%%/testsuite/optimal_control/08-velocities.test %%DATADIR%%/testsuite/optimal_control/09-density+current.01-ground_state.inp %%DATADIR%%/testsuite/optimal_control/09-density+current.02-oct.inp %%DATADIR%%/testsuite/optimal_control/09-density+current.03-tdoct.inp %%DATADIR%%/testsuite/optimal_control/09-density+current.test %%DATADIR%%/testsuite/optimal_control/10-current.01-ground_state.inp %%DATADIR%%/testsuite/optimal_control/10-current.02-oct.inp %%DATADIR%%/testsuite/optimal_control/10-current.test %%DATADIR%%/testsuite/optimal_control/11-classical.01-ground_state.inp %%DATADIR%%/testsuite/optimal_control/11-classical.02-oct.inp %%DATADIR%%/testsuite/optimal_control/11-classical.03-oct_taylor.inp %%DATADIR%%/testsuite/optimal_control/11-classical.test %%DATADIR%%/testsuite/optimal_control/12-spintarget.01-ground_state.inp %%DATADIR%%/testsuite/optimal_control/12-spintarget.02-oct.inp %%DATADIR%%/testsuite/optimal_control/12-spintarget.test %%DATADIR%%/testsuite/optimal_control/13-box-nlopt.03-bobyqa.inp %%DATADIR%%/testsuite/optimal_control/13-box-nlopt.04-lbfgs.inp %%DATADIR%%/testsuite/optimal_control/13-box-nlopt.test %%DATADIR%%/testsuite/performance/Makefile.performance %%DATADIR%%/testsuite/performance/compare_results.py %%DATADIR%%/testsuite/performance/tests/batch_ops.combinations.yaml %%DATADIR%%/testsuite/performance/tests/batch_ops.inp %%DATADIR%%/testsuite/performance/tests/boundaries.combinations.yaml %%DATADIR%%/testsuite/performance/tests/boundaries.inp %%DATADIR%%/testsuite/performance/tests/density_calc.combinations.yaml %%DATADIR%%/testsuite/performance/tests/density_calc.inp %%DATADIR%%/testsuite/performance/tests/exponential_apply.combinations.yaml %%DATADIR%%/testsuite/performance/tests/exponential_apply.inp %%DATADIR%%/testsuite/performance/tests/hamiltonian_apply.combinations.yaml %%DATADIR%%/testsuite/performance/tests/hamiltonian_apply.inp %%DATADIR%%/testsuite/performance/tests/orthogonalization.combinations.yaml %%DATADIR%%/testsuite/performance/tests/orthogonalization.inp %%DATADIR%%/testsuite/performance/tests/subspace_diag.combinations.yaml %%DATADIR%%/testsuite/performance/tests/subspace_diag.inp %%DATADIR%%/testsuite/periodic_systems/01-free_electrons.01-ground_state.inp %%DATADIR%%/testsuite/periodic_systems/01-free_electrons.02-unocc.inp %%DATADIR%%/testsuite/periodic_systems/01-free_electrons.test %%DATADIR%%/testsuite/periodic_systems/02-cosine_potential.01-ground_state.inp %%DATADIR%%/testsuite/periodic_systems/02-cosine_potential.02-unocc.inp %%DATADIR%%/testsuite/periodic_systems/02-cosine_potential.test %%DATADIR%%/testsuite/periodic_systems/03-sodium_chain.01-ground_state.inp %%DATADIR%%/testsuite/periodic_systems/03-sodium_chain.02-unocc.inp %%DATADIR%%/testsuite/periodic_systems/03-sodium_chain.03-ground_state_disp.inp %%DATADIR%%/testsuite/periodic_systems/03-sodium_chain.04-unocc_disp.inp %%DATADIR%%/testsuite/periodic_systems/03-sodium_chain.test %%DATADIR%%/testsuite/periodic_systems/04-silicon.01-gs.inp %%DATADIR%%/testsuite/periodic_systems/04-silicon.02-kdotp.inp %%DATADIR%%/testsuite/periodic_systems/04-silicon.03-emresp.inp %%DATADIR%%/testsuite/periodic_systems/04-silicon.04-emresp_mo.inp %%DATADIR%%/testsuite/periodic_systems/04-silicon.05-emresp_magn.inp %%DATADIR%%/testsuite/periodic_systems/04-silicon.test %%DATADIR%%/testsuite/periodic_systems/05-lithium.01-gs.inp %%DATADIR%%/testsuite/periodic_systems/05-lithium.02-td.inp %%DATADIR%%/testsuite/periodic_systems/05-lithium.03-td-restart.inp %%DATADIR%%/testsuite/periodic_systems/05-lithium.04-dielectric_function.inp %%DATADIR%%/testsuite/periodic_systems/05-lithium.test %%DATADIR%%/testsuite/periodic_systems/06-h2o_pol_lr.01_gs.inp %%DATADIR%%/testsuite/periodic_systems/06-h2o_pol_lr.02_kdotp.inp %%DATADIR%%/testsuite/periodic_systems/06-h2o_pol_lr.03_emresp.inp %%DATADIR%%/testsuite/periodic_systems/06-h2o_pol_lr.04_emresp_mo.inp %%DATADIR%%/testsuite/periodic_systems/06-h2o_pol_lr.05_emresp_susc.inp %%DATADIR%%/testsuite/periodic_systems/06-h2o_pol_lr.test -%%DATADIR%%/testsuite/periodic_systems/07-tb09.01-gs_symm.inp -%%DATADIR%%/testsuite/periodic_systems/07-tb09.02-gs_nosymm.inp -%%DATADIR%%/testsuite/periodic_systems/07-tb09.03-td.inp -%%DATADIR%%/testsuite/periodic_systems/07-tb09.test +%%DATADIR%%/testsuite/periodic_systems/07-mgga.01-tb09_gs_symm.inp +%%DATADIR%%/testsuite/periodic_systems/07-mgga.02-tb09_gs_nosymm.inp +%%DATADIR%%/testsuite/periodic_systems/07-mgga.03-tb09_td.inp +%%DATADIR%%/testsuite/periodic_systems/07-mgga.04-br89_gs.inp +%%DATADIR%%/testsuite/periodic_systems/07-mgga.test %%DATADIR%%/testsuite/periodic_systems/08-benzene_supercell.01-gs.inp %%DATADIR%%/testsuite/periodic_systems/08-benzene_supercell.test %%DATADIR%%/testsuite/periodic_systems/09-etsf_io.01-gs.inp %%DATADIR%%/testsuite/periodic_systems/09-etsf_io.test %%DATADIR%%/testsuite/periodic_systems/10-berkeleygw.01-gs.inp %%DATADIR%%/testsuite/periodic_systems/10-berkeleygw.02-unocc.inp %%DATADIR%%/testsuite/periodic_systems/10-berkeleygw.test %%DATADIR%%/testsuite/periodic_systems/11-silicon_force.01-gs.inp %%DATADIR%%/testsuite/periodic_systems/11-silicon_force.02-nlcc.inp %%DATADIR%%/testsuite/periodic_systems/11-silicon_force.03-nosym.inp %%DATADIR%%/testsuite/periodic_systems/11-silicon_force.test %%DATADIR%%/testsuite/periodic_systems/12-boron_nitride.01-gs.inp %%DATADIR%%/testsuite/periodic_systems/12-boron_nitride.02-gs_gamma.inp %%DATADIR%%/testsuite/periodic_systems/12-boron_nitride.test %%DATADIR%%/testsuite/periodic_systems/13-primitive.01-diamond.inp %%DATADIR%%/testsuite/periodic_systems/13-primitive.02-graphene.inp %%DATADIR%%/testsuite/periodic_systems/13-primitive.03-bcc_iron.inp %%DATADIR%%/testsuite/periodic_systems/13-primitive.test %%DATADIR%%/testsuite/periodic_systems/14-silicon_shifts.01-gs.inp %%DATADIR%%/testsuite/periodic_systems/14-silicon_shifts.02-td.inp %%DATADIR%%/testsuite/periodic_systems/14-silicon_shifts.03-td_parstates.inp %%DATADIR%%/testsuite/periodic_systems/14-silicon_shifts.04-delayed_kick.inp %%DATADIR%%/testsuite/periodic_systems/14-silicon_shifts.05-dielectric_function.inp %%DATADIR%%/testsuite/periodic_systems/14-silicon_shifts.test %%DATADIR%%/testsuite/periodic_systems/15-bandstructure.01-gs.inp %%DATADIR%%/testsuite/periodic_systems/15-bandstructure.02-unocc.inp %%DATADIR%%/testsuite/periodic_systems/15-bandstructure.03-wannier90_setup.inp %%DATADIR%%/testsuite/periodic_systems/15-bandstructure.04-wannier90.nnkp %%DATADIR%%/testsuite/periodic_systems/15-bandstructure.04-wannier90.win %%DATADIR%%/testsuite/periodic_systems/15-bandstructure.04-wannier90_output.inp %%DATADIR%%/testsuite/periodic_systems/15-bandstructure.test %%DATADIR%%/testsuite/periodic_systems/16-sodium_chain_cylinder.01-ground_state.inp %%DATADIR%%/testsuite/periodic_systems/16-sodium_chain_cylinder.02-unocc.inp %%DATADIR%%/testsuite/periodic_systems/16-sodium_chain_cylinder.03-ground_state_disp.inp %%DATADIR%%/testsuite/periodic_systems/16-sodium_chain_cylinder.04-unocc_disp.inp %%DATADIR%%/testsuite/periodic_systems/16-sodium_chain_cylinder.test %%DATADIR%%/testsuite/periodic_systems/17-aluminium.01-gs.inp %%DATADIR%%/testsuite/periodic_systems/17-aluminium.02-td.inp %%DATADIR%%/testsuite/periodic_systems/17-aluminium.03-conductivity.inp %%DATADIR%%/testsuite/periodic_systems/17-aluminium.test %%DATADIR%%/testsuite/periodic_systems/18-TiO2.01-gs.inp %%DATADIR%%/testsuite/periodic_systems/18-TiO2.test %%DATADIR%%/testsuite/periodic_systems/19-unfolding.01-gs.inp %%DATADIR%%/testsuite/periodic_systems/19-unfolding.02-setup.inp %%DATADIR%%/testsuite/periodic_systems/19-unfolding.03-unocc.inp %%DATADIR%%/testsuite/periodic_systems/19-unfolding.04-run.inp %%DATADIR%%/testsuite/periodic_systems/19-unfolding.test %%DATADIR%%/testsuite/periodic_systems/20-masked_periodic_boundaries.01-graphene.inp %%DATADIR%%/testsuite/periodic_systems/20-masked_periodic_boundaries.test %%DATADIR%%/testsuite/periodic_systems/21-magnon.01-gs.inp %%DATADIR%%/testsuite/periodic_systems/21-magnon.02-td.inp +%%DATADIR%%/testsuite/periodic_systems/21-magnon.03-susceptibility.inp %%DATADIR%%/testsuite/periodic_systems/21-magnon.test +%%DATADIR%%/testsuite/periodic_systems/22-berry.01-cubic_Si_gs.inp +%%DATADIR%%/testsuite/periodic_systems/22-berry.02-cubic_Si.inp +%%DATADIR%%/testsuite/periodic_systems/22-berry.test +%%DATADIR%%/testsuite/periodic_systems/23-hybrids.01-ace.inp +%%DATADIR%%/testsuite/periodic_systems/23-hybrids.02-ace_accel.inp +%%DATADIR%%/testsuite/periodic_systems/23-hybrids.03-Si_pbe0.inp +%%DATADIR%%/testsuite/periodic_systems/23-hybrids.04-parstates.inp +%%DATADIR%%/testsuite/periodic_systems/23-hybrids.test %%DATADIR%%/testsuite/photo_electron/01-h1d_lin.01-mask.inp %%DATADIR%%/testsuite/photo_electron/01-h1d_lin.02-ba.inp %%DATADIR%%/testsuite/photo_electron/01-h1d_lin.test %%DATADIR%%/testsuite/photo_electron/02-restart.01-ba.inp %%DATADIR%%/testsuite/photo_electron/02-restart.02-restart_ba.inp %%DATADIR%%/testsuite/photo_electron/02-restart.test %%DATADIR%%/testsuite/photo_electron/03-h1d_ati.01.inp %%DATADIR%%/testsuite/photo_electron/03-h1d_ati.test %%DATADIR%%/testsuite/photo_electron/04-nfft.01-ba.inp %%DATADIR%%/testsuite/photo_electron/04-nfft.02-ati.inp %%DATADIR%%/testsuite/photo_electron/04-nfft.test %%DATADIR%%/testsuite/photo_electron/05-pfft.01-gs.inp %%DATADIR%%/testsuite/photo_electron/05-pfft.02-mask.inp %%DATADIR%%/testsuite/photo_electron/05-pfft.03-ba.inp %%DATADIR%%/testsuite/photo_electron/05-pfft.test %%DATADIR%%/testsuite/photo_electron/06-2D.01-Na_gs.inp %%DATADIR%%/testsuite/photo_electron/06-2D.02-Na_few_cy.inp %%DATADIR%%/testsuite/photo_electron/06-2D.test +%%DATADIR%%/testsuite/photo_electron/07-flux_1d.01-h1d_lin.inp +%%DATADIR%%/testsuite/photo_electron/07-flux_1d.02-h1d_ati.inp +%%DATADIR%%/testsuite/photo_electron/07-flux_1d.test +%%DATADIR%%/testsuite/photo_electron/09-flux_3d.01-Na_gs_sph.inp +%%DATADIR%%/testsuite/photo_electron/09-flux_3d.02-Na_td_sph.inp +%%DATADIR%%/testsuite/photo_electron/09-flux_3d.03-Na_gs_cub.inp +%%DATADIR%%/testsuite/photo_electron/09-flux_3d.04-Na_td_cub.inp +%%DATADIR%%/testsuite/photo_electron/09-flux_3d.test +%%DATADIR%%/testsuite/photo_electron/10-spm_1d.h1d_lin.inp +%%DATADIR%%/testsuite/photo_electron/10-spm_1d.test +%%DATADIR%%/testsuite/photo_electron/12-spm_3d.01-Na_gs.inp +%%DATADIR%%/testsuite/photo_electron/12-spm_3d.02-Na_td.inp +%%DATADIR%%/testsuite/photo_electron/12-spm_3d.test +%%DATADIR%%/testsuite/photo_electron/13-arpes_2d.01-gs.inp +%%DATADIR%%/testsuite/photo_electron/13-arpes_2d.02-td.inp +%%DATADIR%%/testsuite/photo_electron/13-arpes_2d.03-restart.inp +%%DATADIR%%/testsuite/photo_electron/13-arpes_2d.04-spectrum.inp +%%DATADIR%%/testsuite/photo_electron/13-arpes_2d.test %%DATADIR%%/testsuite/pseudopotentials/01-sg15-h.01-gs.inp %%DATADIR%%/testsuite/pseudopotentials/01-sg15-h.test %%DATADIR%%/testsuite/pseudopotentials/02-cu2_hgh.01_gs.inp %%DATADIR%%/testsuite/pseudopotentials/02-cu2_hgh.02_gs_current.inp %%DATADIR%%/testsuite/pseudopotentials/02-cu2_hgh.test %%DATADIR%%/testsuite/pseudopotentials/03-nlcc.01-Fatom.inp %%DATADIR%%/testsuite/pseudopotentials/03-nlcc.F.UPF %%DATADIR%%/testsuite/pseudopotentials/03-nlcc.test %%DATADIR%%/testsuite/pseudopotentials/04-carbon_dojo_psml.01-gs.inp %%DATADIR%%/testsuite/pseudopotentials/04-carbon_dojo_psml.pseudo.psml %%DATADIR%%/testsuite/pseudopotentials/04-carbon_dojo_psml.test %%DATADIR%%/testsuite/pseudopotentials/05-carbon_dojo_pbesol.01-gs.inp %%DATADIR%%/testsuite/pseudopotentials/05-carbon_dojo_pbesol.test %%DATADIR%%/testsuite/pseudopotentials/06-carbon_dojo_pbe.01-gs.inp %%DATADIR%%/testsuite/pseudopotentials/06-carbon_dojo_pbe.test %%DATADIR%%/testsuite/pseudopotentials/07-carbon_dojo_lda.01-gs.inp %%DATADIR%%/testsuite/pseudopotentials/07-carbon_dojo_lda.test %%DATADIR%%/testsuite/pseudopotentials/08-carbon_fhi.01-C.fhi %%DATADIR%%/testsuite/pseudopotentials/08-carbon_fhi.01-gs.inp %%DATADIR%%/testsuite/pseudopotentials/08-carbon_fhi.test %%DATADIR%%/testsuite/pseudopotentials/09-carbon_cpi.01-gs.inp %%DATADIR%%/testsuite/pseudopotentials/09-carbon_cpi.C.cpi %%DATADIR%%/testsuite/pseudopotentials/09-carbon_cpi.test %%DATADIR%%/testsuite/pseudopotentials/10-helium_upf.01-gs_nofilter.inp %%DATADIR%%/testsuite/pseudopotentials/10-helium_upf.02-gs_filter_ts.inp %%DATADIR%%/testsuite/pseudopotentials/10-helium_upf.03-gs_filter_bsb.inp %%DATADIR%%/testsuite/pseudopotentials/10-helium_upf.pbe-mt.UPF %%DATADIR%%/testsuite/pseudopotentials/10-helium_upf.test %%DATADIR%%/testsuite/pseudopotentials/11-isotopes.01-deuterium.inp %%DATADIR%%/testsuite/pseudopotentials/11-isotopes.02-tritium.inp %%DATADIR%%/testsuite/pseudopotentials/11-isotopes.test %%DATADIR%%/testsuite/pseudopotentials/12-mix_and_match.01-mgo.inp %%DATADIR%%/testsuite/pseudopotentials/12-mix_and_match.test %%DATADIR%%/testsuite/pseudopotentials/13-U235.01-gs.inp %%DATADIR%%/testsuite/pseudopotentials/13-U235.test %%DATADIR%%/testsuite/pseudopotentials/14-carbon_dojo_psp8.01-gs.inp %%DATADIR%%/testsuite/pseudopotentials/14-carbon_dojo_psp8.pseudo.psp8 %%DATADIR%%/testsuite/pseudopotentials/14-carbon_dojo_psp8.test %%DATADIR%%/testsuite/pseudopotentials/15-calcium_psp8_sic.01-gs.inp %%DATADIR%%/testsuite/pseudopotentials/15-calcium_psp8_sic.20ca_sic.drh %%DATADIR%%/testsuite/pseudopotentials/15-calcium_psp8_sic.test %%DATADIR%%/testsuite/pseudopotentials/16-platinum_psp8.01-gs.inp %%DATADIR%%/testsuite/pseudopotentials/16-platinum_psp8.78_Pt_r.oncvpsp.psp8 %%DATADIR%%/testsuite/pseudopotentials/16-platinum_psp8.test %%DATADIR%%/testsuite/pseudopotentials/17-lithium_automatic.01-gs.inp %%DATADIR%%/testsuite/pseudopotentials/17-lithium_automatic.02-gs_tol.inp %%DATADIR%%/testsuite/pseudopotentials/17-lithium_automatic.test %%DATADIR%%/testsuite/real_time/01-propagators.01-gs.inp %%DATADIR%%/testsuite/real_time/01-propagators.02-expmid.inp %%DATADIR%%/testsuite/real_time/01-propagators.03-etrs_taylor.inp %%DATADIR%%/testsuite/real_time/01-propagators.04-etrs_lanczos.inp %%DATADIR%%/testsuite/real_time/01-propagators.05-etrs_chebyshev.inp %%DATADIR%%/testsuite/real_time/01-propagators.06-aetrs.inp %%DATADIR%%/testsuite/real_time/01-propagators.07-caetrs.inp %%DATADIR%%/testsuite/real_time/01-propagators.08-cn.inp %%DATADIR%%/testsuite/real_time/01-propagators.09-magnus.inp %%DATADIR%%/testsuite/real_time/01-propagators.10-exprk4.inp %%DATADIR%%/testsuite/real_time/01-propagators.11-cfmagnus4.inp %%DATADIR%%/testsuite/real_time/01-propagators.test %%DATADIR%%/testsuite/real_time/02-propagators.01-gs.inp %%DATADIR%%/testsuite/real_time/02-propagators.02-cnsparskit.inp %%DATADIR%%/testsuite/real_time/02-propagators.03-rungekutta2.inp %%DATADIR%%/testsuite/real_time/02-propagators.04-rungekutta4.inp %%DATADIR%%/testsuite/real_time/02-propagators.test %%DATADIR%%/testsuite/real_time/03-td_self_consistent.01-gs.inp %%DATADIR%%/testsuite/real_time/03-td_self_consistent.02-etrs.inp %%DATADIR%%/testsuite/real_time/03-td_self_consistent.test %%DATADIR%%/testsuite/real_time/05-time_propagation.01-gs.inp %%DATADIR%%/testsuite/real_time/05-time_propagation.02-td_domains.inp %%DATADIR%%/testsuite/real_time/05-time_propagation.03-td_domains_states.inp %%DATADIR%%/testsuite/real_time/05-time_propagation.04-td_domains_states-reorder_ranks.inp %%DATADIR%%/testsuite/real_time/05-time_propagation.05-td_md.inp %%DATADIR%%/testsuite/real_time/05-time_propagation.06-td_fast_md.inp %%DATADIR%%/testsuite/real_time/05-time_propagation.test %%DATADIR%%/testsuite/real_time/06-caetrs.01-gs.inp %%DATADIR%%/testsuite/real_time/06-caetrs.02-kick.inp %%DATADIR%%/testsuite/real_time/06-caetrs.03-kick-tp1.inp %%DATADIR%%/testsuite/real_time/06-caetrs.04-kick-tp2.inp %%DATADIR%%/testsuite/real_time/06-caetrs.test %%DATADIR%%/testsuite/real_time/08-laser.01-ground_state.inp %%DATADIR%%/testsuite/real_time/08-laser.02-length_gauge.inp %%DATADIR%%/testsuite/real_time/08-laser.03-velocity_gauge.inp %%DATADIR%%/testsuite/real_time/08-laser.04-velocity_gauge_cheby.inp +%%DATADIR%%/testsuite/real_time/08-laser.05-forces.inp %%DATADIR%%/testsuite/real_time/08-laser.test %%DATADIR%%/testsuite/real_time/09-angular_momentum.01-gs.inp %%DATADIR%%/testsuite/real_time/09-angular_momentum.02-td_gipaw.inp %%DATADIR%%/testsuite/real_time/09-angular_momentum.03-td_icl.inp %%DATADIR%%/testsuite/real_time/09-angular_momentum.04-rotatory_strength.inp %%DATADIR%%/testsuite/real_time/09-angular_momentum.test %%DATADIR%%/testsuite/real_time/10-bomd.01-gs.inp %%DATADIR%%/testsuite/real_time/10-bomd.02-td.inp %%DATADIR%%/testsuite/real_time/10-bomd.03-td_restart.inp %%DATADIR%%/testsuite/real_time/10-bomd.04-xyz-anim.inp %%DATADIR%%/testsuite/real_time/10-bomd.test %%DATADIR%%/testsuite/real_time/11-tdmagnetic.01-gs.inp %%DATADIR%%/testsuite/real_time/11-tdmagnetic.02-unocc.inp %%DATADIR%%/testsuite/real_time/11-tdmagnetic.03-td.inp %%DATADIR%%/testsuite/real_time/11-tdmagnetic.test %%DATADIR%%/testsuite/real_time/12-absorption.01-gs.inp %%DATADIR%%/testsuite/real_time/12-absorption.02-td.inp %%DATADIR%%/testsuite/real_time/12-absorption.03-td-restart.inp %%DATADIR%%/testsuite/real_time/12-absorption.04-spectrum.inp %%DATADIR%%/testsuite/real_time/12-absorption.05-spectrum_compressed_sensing.inp %%DATADIR%%/testsuite/real_time/12-absorption.06-power_spectrum.inp %%DATADIR%%/testsuite/real_time/12-absorption.07-spectrum_cosine.inp %%DATADIR%%/testsuite/real_time/12-absorption.08-spectrum_exp.inp %%DATADIR%%/testsuite/real_time/12-absorption.test %%DATADIR%%/testsuite/real_time/13-absorption-spin.01-gs.inp %%DATADIR%%/testsuite/real_time/13-absorption-spin.02-td.inp %%DATADIR%%/testsuite/real_time/13-absorption-spin.03-td-restart.inp %%DATADIR%%/testsuite/real_time/13-absorption-spin.04-spectrum.inp %%DATADIR%%/testsuite/real_time/13-absorption-spin.05-spectrum_compressed_sensing.inp %%DATADIR%%/testsuite/real_time/13-absorption-spin.06-td_spinkick.inp %%DATADIR%%/testsuite/real_time/13-absorption-spin.07-spectrum_triplet.inp %%DATADIR%%/testsuite/real_time/13-absorption-spin.test %%DATADIR%%/testsuite/real_time/14-absorption-spinors.01-gs.inp %%DATADIR%%/testsuite/real_time/14-absorption-spinors.02-td.inp %%DATADIR%%/testsuite/real_time/14-absorption-spinors.03-td-restart.inp %%DATADIR%%/testsuite/real_time/14-absorption-spinors.04-spectrum.inp %%DATADIR%%/testsuite/real_time/14-absorption-spinors.05-spectrum_compressed_sensing.inp %%DATADIR%%/testsuite/real_time/14-absorption-spinors.test %%DATADIR%%/testsuite/real_time/15-crank_nicolson.01-gs.inp %%DATADIR%%/testsuite/real_time/15-crank_nicolson.02-kick.inp %%DATADIR%%/testsuite/real_time/15-crank_nicolson.03-freeze_domains.inp %%DATADIR%%/testsuite/real_time/15-crank_nicolson.04-freeze_states.inp %%DATADIR%%/testsuite/real_time/15-crank_nicolson.test %%DATADIR%%/testsuite/real_time/16-sparskit.01-gs.inp %%DATADIR%%/testsuite/real_time/16-sparskit.02-kick.inp %%DATADIR%%/testsuite/real_time/16-sparskit.test %%DATADIR%%/testsuite/real_time/17-absorption-spin_symmetry.01-gs.inp %%DATADIR%%/testsuite/real_time/17-absorption-spin_symmetry.02-td.inp %%DATADIR%%/testsuite/real_time/17-absorption-spin_symmetry.03-spectrum.inp %%DATADIR%%/testsuite/real_time/17-absorption-spin_symmetry.test %%DATADIR%%/testsuite/real_time/18-hhg.01-gs.inp %%DATADIR%%/testsuite/real_time/18-hhg.02-td.inp %%DATADIR%%/testsuite/real_time/18-hhg.03-hs.inp %%DATADIR%%/testsuite/real_time/18-hhg.test %%DATADIR%%/testsuite/real_time/19-td_move_ions.01-gs.inp %%DATADIR%%/testsuite/real_time/19-td_move_ions.02-td.inp %%DATADIR%%/testsuite/real_time/19-td_move_ions.03-td_restart.inp %%DATADIR%%/testsuite/real_time/19-td_move_ions.test %%DATADIR%%/testsuite/real_time/20-pcm-local-field-absorption.01-gs.inp %%DATADIR%%/testsuite/real_time/20-pcm-local-field-absorption.02-td_prop_eom.inp %%DATADIR%%/testsuite/real_time/20-pcm-local-field-absorption.test %%DATADIR%%/testsuite/real_time/21-scissor.01-gs.inp %%DATADIR%%/testsuite/real_time/21-scissor.02-td.inp %%DATADIR%%/testsuite/real_time/21-scissor.03-spectrum.inp %%DATADIR%%/testsuite/real_time/21-scissor.test %%DATADIR%%/testsuite/symmetries/01-triclinic.01-spg1.inp %%DATADIR%%/testsuite/symmetries/01-triclinic.02-spg2.inp %%DATADIR%%/testsuite/symmetries/01-triclinic.test %%DATADIR%%/testsuite/symmetries/02-monoclinic.01-spg3.inp %%DATADIR%%/testsuite/symmetries/02-monoclinic.02-spg4.inp %%DATADIR%%/testsuite/symmetries/02-monoclinic.03-spg5.inp %%DATADIR%%/testsuite/symmetries/02-monoclinic.04-spg6.inp %%DATADIR%%/testsuite/symmetries/02-monoclinic.05-spg7.inp %%DATADIR%%/testsuite/symmetries/02-monoclinic.06-spg8.inp %%DATADIR%%/testsuite/symmetries/02-monoclinic.07-spg9.inp %%DATADIR%%/testsuite/symmetries/02-monoclinic.08-spg10.inp %%DATADIR%%/testsuite/symmetries/02-monoclinic.09-spg11.inp %%DATADIR%%/testsuite/symmetries/02-monoclinic.10-spg12.inp %%DATADIR%%/testsuite/symmetries/02-monoclinic.11-spg13.inp %%DATADIR%%/testsuite/symmetries/02-monoclinic.12-spg14.inp %%DATADIR%%/testsuite/symmetries/02-monoclinic.13-spg15.inp %%DATADIR%%/testsuite/symmetries/02-monoclinic.test %%DATADIR%%/testsuite/symmetries/03-orthorombic.01-spg16.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.02-spg17.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.03-spg18.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.04-spg19.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.05-spg20.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.06-spg21.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.07-spg22.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.08-spg23.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.09-spg24.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.10-spg25.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.11-spg26.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.12-spg27.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.13-spg28.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.14-spg29.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.15-spg30.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.16-spg31.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.17-spg32.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.18-spg33.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.19-spg34.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.20-spg35.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.21-spg36.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.22-spg37.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.23-spg38.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.24-spg39.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.25-spg40.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.26-spg41.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.27-spg42.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.28-spg43.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.29-spg44.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.30-spg45.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.31-spg46.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.32-spg47.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.33-spg48.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.34-spg49.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.35-spg50.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.36-spg51.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.37-spg52.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.38-spg53.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.39-spg54.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.40-spg55.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.41-spg56.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.42-spg57.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.43-spg58.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.44-spg59.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.45-spg60.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.46-spg61.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.47-spg62.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.48-spg63.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.49-spg64.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.50-spg65.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.51-spg66.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.52-spg67.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.53-spg68.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.54-spg69.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.55-spg70.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.56-spg71.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.57-spg72.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.58-spg73.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.59-spg74.inp %%DATADIR%%/testsuite/symmetries/03-orthorombic.test %%DATADIR%%/testsuite/symmetries/04-tetragonal.01-spg75.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.02-spg76.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.03-spg77.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.04-spg78.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.05-spg79.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.06-spg80.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.07-spg81.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.08-spg82.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.09-spg83.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.10-spg84.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.11-spg85.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.12-spg86.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.13-spg87.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.14-spg88.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.15-spg89.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.16-spg90.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.17-spg91.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.18-spg92.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.19-spg93.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.20-spg94.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.21-spg95.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.22-spg96.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.23-spg97.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.24-spg98.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.25-spg99.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.26-spg100.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.27-spg101.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.28-spg102.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.29-spg103.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.30-spg104.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.31-spg105.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.32-spg106.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.33-spg107.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.34-spg108.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.35-spg109.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.36-spg110.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.37-spg111.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.38-spg112.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.39-spg113.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.40-spg114.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.41-spg115.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.42-spg116.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.43-spg117.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.44-spg118.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.45-spg119.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.46-spg120.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.47-spg121.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.48-spg122.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.49-spg123.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.50-spg124.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.51-spg125.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.52-spg126.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.53-spg127.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.54-spg128.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.55-spg129.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.56-spg130.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.57-spg131.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.58-spg132.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.59-spg133.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.60-spg134.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.61-spg135.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.62-spg136.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.63-spg137.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.64-spg138.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.65-spg139.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.66-spg140.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.67-spg141.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.68-spg142.inp %%DATADIR%%/testsuite/symmetries/04-tetragonal.test %%DATADIR%%/testsuite/symmetries/05-hexagonal.01-spg143.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.02-spg144.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.03-spg145.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.04-spg146.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.05-spg147.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.06-spg148.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.07-spg149.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.08-spg150.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.09-spg151.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.10-spg152.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.11-spg153.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.12-spg154.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.13-spg155.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.14-spg156.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.15-spg157.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.16-spg158.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.17-spg159.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.18-spg160.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.19-spg161.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.20-spg162.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.21-spg163.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.22-spg164.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.23-spg165.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.24-spg166.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.25-spg167.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.26-spg168.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.27-spg169.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.28-spg170.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.29-spg171.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.30-spg172.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.31-spg173.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.32-spg174.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.33-spg175.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.34-spg176.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.35-spg177.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.36-spg178.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.37-spg179.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.38-spg180.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.39-spg181.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.40-spg182.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.41-spg183.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.42-spg184.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.43-spg185.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.44-spg186.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.45-spg187.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.46-spg188.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.47-spg189.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.48-spg190.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.49-spg191.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.50-spg192.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.51-spg193.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.52-spg194.inp %%DATADIR%%/testsuite/symmetries/05-hexagonal.test %%DATADIR%%/testsuite/symmetries/06-cubic.01-spg195.inp %%DATADIR%%/testsuite/symmetries/06-cubic.02-spg196.inp %%DATADIR%%/testsuite/symmetries/06-cubic.03-spg197.inp %%DATADIR%%/testsuite/symmetries/06-cubic.04-spg198.inp %%DATADIR%%/testsuite/symmetries/06-cubic.05-spg199.inp %%DATADIR%%/testsuite/symmetries/06-cubic.06-spg200.inp %%DATADIR%%/testsuite/symmetries/06-cubic.07-spg201.inp %%DATADIR%%/testsuite/symmetries/06-cubic.08-spg202.inp %%DATADIR%%/testsuite/symmetries/06-cubic.09-spg203.inp %%DATADIR%%/testsuite/symmetries/06-cubic.10-spg204.inp %%DATADIR%%/testsuite/symmetries/06-cubic.11-spg205.inp %%DATADIR%%/testsuite/symmetries/06-cubic.12-spg206.inp %%DATADIR%%/testsuite/symmetries/06-cubic.13-spg207.inp %%DATADIR%%/testsuite/symmetries/06-cubic.14-spg208.inp %%DATADIR%%/testsuite/symmetries/06-cubic.15-spg209.inp %%DATADIR%%/testsuite/symmetries/06-cubic.16-spg210.inp %%DATADIR%%/testsuite/symmetries/06-cubic.17-spg211.inp %%DATADIR%%/testsuite/symmetries/06-cubic.18-spg212.inp %%DATADIR%%/testsuite/symmetries/06-cubic.19-spg213.inp %%DATADIR%%/testsuite/symmetries/06-cubic.20-spg214.inp %%DATADIR%%/testsuite/symmetries/06-cubic.21-spg215.inp %%DATADIR%%/testsuite/symmetries/06-cubic.22-spg216.inp %%DATADIR%%/testsuite/symmetries/06-cubic.23-spg217.inp %%DATADIR%%/testsuite/symmetries/06-cubic.24-spg218.inp %%DATADIR%%/testsuite/symmetries/06-cubic.25-spg219.inp %%DATADIR%%/testsuite/symmetries/06-cubic.26-spg220.inp %%DATADIR%%/testsuite/symmetries/06-cubic.27-spg221.inp %%DATADIR%%/testsuite/symmetries/06-cubic.28-spg222.inp %%DATADIR%%/testsuite/symmetries/06-cubic.29-spg223.inp %%DATADIR%%/testsuite/symmetries/06-cubic.30-spg224.inp %%DATADIR%%/testsuite/symmetries/06-cubic.31-spg225.inp %%DATADIR%%/testsuite/symmetries/06-cubic.32-spg226.inp %%DATADIR%%/testsuite/symmetries/06-cubic.33-spg227.inp %%DATADIR%%/testsuite/symmetries/06-cubic.34-spg228.inp %%DATADIR%%/testsuite/symmetries/06-cubic.35-spg229.inp %%DATADIR%%/testsuite/symmetries/06-cubic.36-spg230.inp %%DATADIR%%/testsuite/symmetries/06-cubic.test %%DATADIR%%/testsuite/symmetries/07-symmetrization_lda.01-spg2_sym.inp %%DATADIR%%/testsuite/symmetries/07-symmetrization_lda.02-spg16_sym.inp %%DATADIR%%/testsuite/symmetries/07-symmetrization_lda.03-spg75_sym.inp %%DATADIR%%/testsuite/symmetries/07-symmetrization_lda.test %%DATADIR%%/testsuite/symmetries/08-symmetrization_mgga.01-spg3_sym.inp %%DATADIR%%/testsuite/symmetries/08-symmetrization_mgga.test %%DATADIR%%/testsuite/symmetries/09-symmetrization_gga.01-spg143_nosym.inp %%DATADIR%%/testsuite/symmetries/09-symmetrization_gga.02-spg143_sym.inp %%DATADIR%%/testsuite/symmetries/09-symmetrization_gga.test %%DATADIR%%/testsuite/tutorials/01-octopus_basics-getting_started.01-H_atom.inp %%DATADIR%%/testsuite/tutorials/01-octopus_basics-getting_started.02-H_atom_spin.inp %%DATADIR%%/testsuite/tutorials/01-octopus_basics-getting_started.03-H_atom_independent.inp %%DATADIR%%/testsuite/tutorials/01-octopus_basics-getting_started.test %%DATADIR%%/testsuite/tutorials/02-octopus_basics-basic_input_options.01-N_atom.inp %%DATADIR%%/testsuite/tutorials/02-octopus_basics-basic_input_options.test %%DATADIR%%/testsuite/tutorials/03-octopus_basics-total_energy_convergence.01-N_atom.inp %%DATADIR%%/testsuite/tutorials/03-octopus_basics-total_energy_convergence.02-methane.inp %%DATADIR%%/testsuite/tutorials/03-octopus_basics-total_energy_convergence.test %%DATADIR%%/testsuite/tutorials/04-octopus_basics-visualization.01-benzene.inp %%DATADIR%%/testsuite/tutorials/04-octopus_basics-visualization.test %%DATADIR%%/testsuite/tutorials/05-octopus_basics-centering_a_geometry.01-tAB.inp %%DATADIR%%/testsuite/tutorials/05-octopus_basics-centering_a_geometry.test %%DATADIR%%/testsuite/tutorials/06-octopus_basics-periodic_systems.01-silicon.inp %%DATADIR%%/testsuite/tutorials/06-octopus_basics-periodic_systems.02-silicon_converged.inp %%DATADIR%%/testsuite/tutorials/06-octopus_basics-periodic_systems.03-bandstructure.inp %%DATADIR%%/testsuite/tutorials/06-octopus_basics-periodic_systems.test %%DATADIR%%/testsuite/tutorials/07-octopus_basics-time_dependent_propagation.01-gs.inp %%DATADIR%%/testsuite/tutorials/07-octopus_basics-time_dependent_propagation.02-td.inp %%DATADIR%%/testsuite/tutorials/07-octopus_basics-time_dependent_propagation.03-td_laser.inp %%DATADIR%%/testsuite/tutorials/07-octopus_basics-time_dependent_propagation.test %%DATADIR%%/testsuite/tutorials/N.xyz %%DATADIR%%/testsuite/tutorials/benzene.xyz %%DATADIR%%/testsuite/tutorials/tAB.xyz %%DATADIR%%/util/README %%DATADIR%%/util/display_mesh_index.gp %%DATADIR%%/util/mf.cfg %%DATADIR%%/util/mf.net %%DATADIR%%/variables %%DATADIR%%/varinfo