► N CLI
► N detail
C AppFriend This class is simply to allow tests access to App 's protected functions
C element_type Not a pointer
C element_type< T, typename std::enable_if< is_copyable_ptr< T >::value >::type >
C element_value_type
C ExistingDirectoryValidator Check for an existing directory (returns error message if check fails)
C ExistingFileValidator Check for an existing file (returns error message if check fails)
C ExistingPathValidator Check for an existing path
C has_find
C IPV4Validator Validate the given string is a legal ipv4 address
C is_complex Check for complex
C is_direct_constructible
C is_istreamable Check for input streamability
C is_mutable_container
C is_mutable_container< T, conditional_t< false, void_t< typename T::value_type, decltype(std::declval< T >().end()), decltype(std::declval< T >().clear()), decltype(std::declval< T >().insert(std::declval< decltype(std::declval< T >().end())>(), std::declval< const typename T::value_type & >()))>, void > >
C is_ostreamable
C is_readable_container
C is_readable_container< T, conditional_t< false, void_t< decltype(std::declval< T >().end()), decltype(std::declval< T >().begin())>, void > >
C is_tuple_like
C is_wrapper
C is_wrapper< T, conditional_t< false, void_t< typename T::value_type >, void > >
C NonexistentPathValidator Check for an non-existing path
C pair_adaptor Adaptor for set-like structure: This just wraps a normal container in a few utilities that do almost nothing
C pair_adaptor< T, conditional_t< false, void_t< typename T::value_type::first_type, typename T::value_type::second_type >, void > >
C subtype_count Set of overloads to get the type size of an object
C subtype_count_min Forward declare the subtype_count_min structure
C type_count This will only trigger for actual void type
C type_count< T, typename std::enable_if< is_complex< T >::value >::type > Type size for complex since it sometimes looks like a wrapper
C type_count< T, typename std::enable_if< is_mutable_container< T >::value >::type > Type size of types that are wrappers,except complex and tuples(which can also be wrappers sometimes)
C type_count< T, typename std::enable_if< is_wrapper< T >::value &&!is_complex< T >::value &&!is_tuple_like< T >::value &&!is_mutable_container< T >::value >::type > Type size of types that are wrappers,except containers complex and tuples(which can also be wrappers sometimes)
C type_count< T, typename std::enable_if<!is_wrapper< T >::value &&!is_tuple_like< T >::value &&!is_complex< T >::value &&!std::is_void< T >::value >::type > Type size for regular object types that do not look like a tuple
C type_count_base This will only trigger for actual void type
C type_count_base< T, typename std::enable_if< is_mutable_container< T >::value >::type > Type count base for containers is the type_count_base of the individual element
C type_count_base< T, typename std::enable_if< is_tuple_like< T >::value &&!is_mutable_container< T >::value >::type > Base tuple size
C type_count_base< T, typename std::enable_if<!is_tuple_like< T >::value &&!is_mutable_container< T >::value &&!std::is_void< T >::value >::type > Type size for regular object types that do not look like a tuple
C wrapped_type Template to get the underlying value type if it exists or use a default
C wrapped_type< T, def, typename std::enable_if< is_wrapper< T >::value >::type > Type size for regular object types that do not look like a tuple
C App Creates a command line program, with very few defaults
C ArgumentMismatch Thrown when the wrong number of arguments has been received
C AsNumberWithUnit
C AsSizeValue
C BadNameString Thrown on construction of a bad name
C Bound Produce a bounded range (factory). Min and max are inclusive
C CallForAllHelp Usually something like –help-all on command line
C CallForHelp -h or –help on command line
C CallForVersion -v or –version on command line
C CheckedTransformer Translate named items to other or a value set
C Config This class provides a converter for configuration files
C ConfigBase This converter works with INI/TOML files; to write INI files use ConfigINI
C ConfigError Thrown when extra values are found in an INI file
C ConfigINI ConfigINI generates a "standard" INI compliant output
C ConfigItem Holds values to load into Options
C ConstructionError Construction errors (not in parsing)
C ConversionError Thrown when conversion call back fails, such as when an int fails to coerce to a string
C CustomValidator Class wrapping some of the accessors of Validator
C Error All errors derive from this one
C ExcludesError Thrown when an excludes option is present
C ExtrasError Thrown when too many positionals or options are found
C FileError Thrown when parsing an INI file and it is missing
C Formatter
C FormatterBase
C FormatterLambda This is a specialty override for lambda functions
C HorribleError
C IncorrectConstruction Thrown when an option is set to conflicting values (non-vector and multi args, for example)
C InvalidError Thrown when validation fails before parsing
C is_bool Check to see if something is bool (fail check by default)
C is_bool< bool > Check to see if something is bool (true if actually a bool)
C is_copyable_ptr Check to see if something is copyable pointer
C is_shared_ptr Check to see if something is a shared pointer
C is_shared_ptr< const std::shared_ptr< T > > Check to see if something is a shared pointer (True if really a shared pointer)
C is_shared_ptr< std::shared_ptr< T > > Check to see if something is a shared pointer (True if really a shared pointer)
C IsMember Verify items are in a set
C IsMemberType This can be specialized to override the type deduction for IsMember
C IsMemberType< const char * > The main custom type needed here is const char * should be a string
C make_void A copy of std::void_t from C++17 (helper for C++11 and C++14)
C Option
C Option_group Extension of App to better manage groups of options
C OptionAlreadyAdded Thrown when an option already exists
C OptionBase
C OptionDefaults
C OptionNotFound Thrown when counting a non-existent option
C ParseError Anything that can error in Parse
C Range Produce a range (factory). Min and max are inclusive
C RequiredError Thrown when a required option is missing
C RequiresError Thrown when a requires option is missing
C RuntimeError Does not output a diagnostic in CLI11_PARSE, but allows main() to return with a specific error code
C Success This is a successful completion on parsing, supposed to exit
C Transformer Translate named items to other or a value set
C TypeValidator Validate the input as a particular type
C ValidationError Thrown when validation of results fails
C Validator Some validators that are provided
► N ghc
► N filesystem
► N detail
C has_d_type
C has_d_type< T, decltype((void) T::d_type, 0)>
C basic_filebuf
C basic_fstream
C basic_ifstream
C basic_ofstream
C directory_entry
► C directory_iterator
C impl
C proxy
C file_status
C filesystem_error
C not_implemented_exception
► C path
C _is_basic_string
C _is_basic_string< std::basic_string< CharT, std::char_traits< CharT >, std::allocator< CharT > > >
C _is_basic_string< std::basic_string< CharT, Traits, Alloc > >
C iterator
C path_helper_base
C recursive_directory_iterator
C space_info
C u8arguments
► N gte
C IntpTricubic3
C IntpTrilinear3
► N nwchem
C BasisSetParser
C MovecReader
► N pars
C Regex
C XyzParser
► N sisi4s
► N cc4s
C Dimension
C HPHeader
C ReadHeader
C ScalarTypeTraits
C ScalarTypeTraits< ScalarType::Complex64 >
C ScalarTypeTraits< ScalarType::Real64 >
C Algorithm
C AlgorithmFactory
C AlgorithmRegistrar Class to be statically instantiated by an algorithm to register it in the AlgorithmFactory . Registered algorithms can be instantiated from the sisi4s control language
C AlternatingLeastSquaresRegularizationEstimator
C ApproximateCoulombVertex
C ApproximateParticleHoleCoulombVertex
C Argument
C BasisSetExtrapolation
C BinaryTensorDimensionHeader
C BinaryTensorHeader
C BinaryTensorHeaderBase
C BlacsWorld
C BooleanData
C CcsdDiagrammaticDecomposition
C CcsdEnergyFromCoulombIntegrals Implements the iteration routine for the Ccsd method. Calculates the amplitudes and from the Coulomb integrals and (if given, else slicing and the Coulomb Vertex is used)
C CcsdEnergyFromCoulombIntegralsReference Implements the iteration routine for the Ccsd method. Calculates the amplitudes and from the Coulomb integrals and (if given, else slicing and the Coulomb Vertex is used)
C CcsdEquationOfMotionDavidson
C CcsdPerturbativeTriples Caclulates perturbative triples correction
C CcsdPerturbativeTriplesComplex Caclulates perturbative triples correction
C CcsdPreconditioner Implements the diagonal preconditionar for the davidson method
C CcsdtEnergyFromCoulombIntegrals
C CcsdtEquationOfMotionDavidson
C CisOneBodyReducedDensityMatrix
C CISPreconditioner
C ClusterSinglesDoublesAlgorithm Contains all the necessary tools for an algorithm with singles and doubles amplitudes. It calculates the energy from the amplitudes and and the Coulomb integrals . For calculating the amplitudes it calls the iteration routine of the actual algorithm
C ClusterSinglesDoublesTriplesAlgorithm Contains all the necessary tools for an algorithm with singles, doubles and triples amplitudes. It calculates the energy from the amplitudes , and the Coulomb integrals . For calculating the amplitudes it calls the iteration routine of the actual algorithm
C ClusterSinglesDoublesTriplesQuadruplesAlgorithm Contains all the necessary tools for an algorithm with singles, doubles and triples amplitudes. It calculates the energy from the amplitudes , and the Coulomb integrals . For calculating the amplitudes it calls the iteration routine of the actual algorithm
C ComplexTensorContraction
C ComplexTensorNorm
C ComplexTensorReader
C ComplexTensorSum
C ComplexTensorWriter
C ComplexTraits
C ComplexTraits< Complex< T > >
C ContainerData
C Conversion
C Conversion< Real, Complex< Real > >
C Conversion< Target, Complex< Real > >
C CoulombIntegralsFromGaussian
C CoulombIntegralsFromRotatedCoulombIntegrals
C CoulombIntegralsFromVertex Caclulates the Coulomb Integrals (if given) from the Coulomb Vertex and stores them in CTF Tensors Vabij, Vaibj, Vijkl, Vabcd, Vijka, and Vabci respectively. The arguments of the integrals are PPPP, PPHH, HHHH, PHPH, HHHP, and PPPHCoulombIntegrals
C CoulombVertexDecomposition Decomposes the Coulomb vertex into the factor orbitals and the Coulom factors . The decomposition is done with a regularized alternating least squares (RALS) algorithm, requiring only a few dozen steps for sufficient convergence. Note that currently the employed fit is rather than the form with conjugated
C CoulombVertexFromFactors Caclulates the Coulomb vertex from the given given factor orbitals and Coulomb factors
► C CoulombVertexReader Reads the Coulomb vertex and the occupied and virtual orbital energies from binary data file, and stores them in the CTF Tensors GammaGqr, epsi, epsa
C Chunk
C Header
C CoulombVertexSingularVectors
► C CtfMachineTensor
C ProtectedToken
► C CtfMachineTensorFactory
C ProtectedToken
C Data
C DefaultRandomEngine
C DefineHolesAndParticles
C Delete
C DetailedException
C DiisMixer
C DoublesAmplitudesDecomposition
C DoublesAmplitudesFromVertex Caclulates the doubles amplitudes from the doubles amplitudes Vertex
C DrccdEnergyFromCoulombIntegrals Implements the iteration routine for the Drccd method. Calculates the amplitudes from the Coulomb Integrals in a implementation
C DryIterativePseudoInverse
C DryMatrix
C DryMemory
C DryPseudoInverseHermitianSvd
C DryPseudoInverseSvd
C DryScalar
C DryTensor
C DryVector
C EACcsdPreconditioner
C EigenSystemDavidson
C EigenSystemDavidsonMono
C Emitter Class with static members offering control over yaml emitting. Entries are emitted with the macro EMIT
C EomOneBodyReducedDensityMatrix This implements one body rdm for eom ccsd In principle it calculates p T <0| L \rho R e |0> q For L and R being singles doubles vectors without 0-th components
C Exception
C Exit
► C FcidumpReader
C FcidumpHeader
C FcidumpWriter
► C FiniteSizeCorrection
C Momentum
C FloatTypes
C FloatTypes< 32 >
C FloatTypes< 64 >
C FlopsCounter
C FockMatrixFromCoulombIntegrals
C FockVector Represents the direct sum of Tensors and provides the vector space operations of addition, scalar multiplication, inner product, complex conjugation to get dual vectors and matrix multiplication between vectors and duals, which yields a scalar
C FockVectorNdCanonical
C FromComplexTensor
C GenerateRandomComplexMatrix
C GenerateRandomMatrix
C GenerateRandomTensor
C HartreeFockFromCoulombIntegrals
C HartreeFockFromGaussian
C IJKPointer Caclulates perturbative triples correction, third attemp
C InputFileParser Parser for sisi4s files specifying the calculation plan, i.e. which algorithms to use in which order
C InputFileParser< InputFileFormat::CC4S >
C InputFileParser< InputFileFormat::YAML >
C IntegerData
C IntegralInfo
C Inter1D
C IPCcsdPreconditioner
C IrmlerTensor
C IterativePseudoInverse
C LapackGeneralEigenSystem
► C LapackGeneralEigenSystem< complex >
C EigenValueComparator
► C LapackGeneralEigenSystem< double >
C EigenValueComparator
C LapackInverse
C LapackInverse< Complex64 >
C LapackMatrix
C LinearMixer
C LineNumberStream Wrapper for an input stream providing tracking of the current line and the current column during stream reading
C Log Class with static members offering control over logging. Log entries are created with the macro LOG
C LogBuffer
C LogStream
C Map
C MeanCorrelationHoleDepth
C Mixer
C MixerFactory
C MixerRegistrar Class to be statically instantiated by a mixer to register it in the MixerFactory . Registered mixers can be instantiated from the sisi4s control language
C MoReader
C Mp2NaturalOrbitals Caclulates MP2 natural orbitals
C MpiCommunicator
C MpiTypeTraits
C MpiTypeTraits< complex >
C MpiTypeTraits< double >
C MpiTypeTraits< int >
C MpiTypeTraits< int64_t >
C MpiTypeTraits< uint64_t >
C MpiTypeTraits< Vector< F, D > >
C NaturalTransitionOrbitalsFromRhoAI
C Nop
C NoRegularizationEstimator
C NuclearRepulsionEnergy
C NumberScanner
C NumberScanner< Complex< Real > >
C NumberScanner< Float64 >
C NumericData
C OneBodyFromGaussian
C OneBodyReducedDensityMatrix
C OneBodyRotation
C Options
C ParenthesisTriples
C ParticleHoleCoulombVertexDecomposition Decomposes the particle hole Coulomb vertex into the occupied factor orbitals , the virtual factor orbitals , and the Coulom factors . The decomposition is done with a regularized alternating least squares (RALS) algorithm, requiring only a few dozen steps for sufficient convergence
C ParticleHoleCoulombVertexFromFactors Caclulates the particle hole Coulomb vertex from the given given particle factors orbitals , hole factor orbitals and Coulomb factors
► C ParticleHoleCoulombVertexReader Reads the particle-hole Coulomb vertex and the occupied and virtual orbital energies from binary data file, and stores them in the CTF Tensors GammaGai, epsi, epsa
C Chunk
C Header
C ParticleHoleCoulombVertexSingularVectors
C Permutation
C Permutation< 1 >
C PerturbativeTriples Caclulates perturbative triples correction
C PQRSCoulombIntegralsToVertex
C Preconditioner
C PseudoInverse
C PseudoInverseHermitianSvd
C PseudoInverseSvd
C RandomGenerator
C RangeParser Class to parse a string of comma separated range delimiters. Note: It only works for unsigned integers
C Read
C RealData
C ScaLapackDescriptor
C ScaLapackHermitianEigenSystem
C ScaLapackHermitianEigenSystem< complex >
C ScaLapackHermitianEigenSystem< double >
C ScaLapackHermitianEigenSystemDc
C ScaLapackHermitianEigenSystemDc< complex >
C ScaLapackHermitianEigenSystemDc< double >
C ScaLapackMatrix
C ScaLapackSingularValueDecomposition
C ScaLapackSingularValueDecomposition< complex >
C ScaLapackSingularValueDecomposition< double >
C Scanner
C SDFockVector
C SDTFockVector
C SFockVector
► C SimilarityTransformedHamiltonian
C StructureFactor
C StructureFactorSettings
C simpson
C SingleParticleOccupancies Evaluates given the DoublesAmplitudes from a linearized coupled cluster theory
C Sisi4s
C SliceCoulombVertex Slices the particle hole part from the full Coulomb vertex
C SlicedCtfTensor
C SourceLocation
C StantonIntermediatesUCCSD
C StaticAssert
C TensorAntisymmetrizer
C TensorAntisymmetrizer2
C TensorContraction
C TensorData
C TensorGetMax
C TensorIo
C TensorNorm
C TensorReader
C TensorReduceijij
C TensorSlicer
C TensorSum
C TensorUnrestricter
C TensorWriter
C TextData
C Time
C Timer
C trapezium
C TypedData
C TypeRelations
C TypeRelations< A *, A >
C TypeRelations< A, A >
C TypeRelations< double, complex >
C TypeRelations< int, complex >
C TypeRelations< int, double >
C TypeTraits
C TypeTraits< bool >
C TypeTraits< Complex64 >
C TypeTraits< Float64 >
C TypeTraits< int64_t >
C UccsdAmplitudesFromCoulombIntegrals
C UCcsdEAEquationOfMotionDavidson
C UCcsdIPEquationOfMotionDavidson
C UccsdtAmplitudesFromCoulombIntegrals
C UccsdtqAmplitudesFromCoulombIntegrals
C UegVertexGenerator
C UnrestrictedCIS
C UnrestrictedEquationOfMotionSinglesFromRpa
C UPerturbativeTriples Caclulates perturbative triples correction
C UrpaAmplitudesFromCoulombIntegrals
C Vector
C VectorTensor
C Write
► N tmole
C MosParser
► N YAML
C convert< AxisType >
C convert< Dimension >
C convert< ElementFileType >
C convert< HPHeader >
C convert< ReadableType >
C convert< ReadHeader >
C convert< ReadHeader::Version >
C convert< ScalarType >
C Atom
C Basis
C ContractedGaussian
► C CoulombIntegralsProvider
C IndexRange
C CtfIntegralProvider
C EomDiagonalValueComparator Comparator that should filter out zero values of the diagonal matrix. Zero values are treated as infinite so that they get appended to the end of the list
C IntegralParser
► C IntegralProvider
C Limit
C Shell
C ShellInfo
C ShellParser
C Sinfo
C SlowVectorIntegralProvider
C SpinOperator
C SzOperator
C TensorInfo
C TensorTypeTraits Traits for retrieving the Scalar, Vector and Matrix tensor type
C TensorTypeTraits< F, CTF::Matrix< F > >
C TensorTypeTraits< F, CTF::Scalar< F > >
C TensorTypeTraits< F, CTF::Vector< F > >
C TensorTypeTraits< F, DryMatrix< F > >
C TensorTypeTraits< F, DryScalar< F > >
C TensorTypeTraits< F, DryTensor< F > >
C TensorTypeTraits< F, DryVector< F > >
C TensorTypeTraits< F, Tensor< F > >
C Unrestricter
C VectorIntegralProvider