QMCPACK
Reserved XML tags

Reserved names for xml elements and attributes. More...

static std::string null_tag = "null"
 type names of particle attributes, e.g., posArray More...
 
static std::string indextype_tag = "indexArray"
 the datatype tag for the index-type attribute More...
 
static std::string scalartype_tag = "scalarArray"
 the datatype tag for the scalar-type attribute More...
 
static std::string stringtype_tag = "stringArray"
 the datatype tag for the string-type attribute More...
 
static std::string postype_tag = "posArray"
 the datatype tag for the pos-type attribute More...
 
static std::string gradtype_tag = "gradArray"
 the datatype tag for the gradient-type attribute More...
 
static std::string laptype_tag = "lapArray"
 the datatype tag for the laplacian-type attribute More...
 
static std::string tensortype_tag = "tensorArray"
 the datatype tag for the tensor-type attribute More...
 
static std::string xmoltype_tag = "xmolArray"
 the datatype tag for the xmol-type attribute More...
 
static std::string position_tag = "position"
 names of particle attributes, e.g., position More...
 
static std::string spins_tag = "spins"
 the name for spins attribute More...
 
static std::string id_tag = "id"
 the name for id attribute More...
 
static std::string ionid_tag = "ionid"
 the name for ionid attribute More...
 
static std::string trajectory_tag = "trajectory"
 the name for trajectory attribute More...
 
static std::string force_tag = "f"
 the name for force attribute More...
 
static std::string velocity_tag = "v"
 the name for velocity attribute More...
 
static std::string energy_tag = "e"
 the name for energy attribute More...
 
static std::string sumbc_tag = "sumbc"
 the name for sumbc (accumulative boundary crossings) attribute More...
 
static std::string root_tag = "particleset"
 xml element names More...
 
static std::string attrib_tag = "attrib"
 the name of particle attribute node More...
 
static std::string name_tag = "name"
 the attribute name of name More...
 
static std::string datatype_tag = "datatype"
 the attribute name of datatype More...
 
static std::string condition_tag = "condition"
 the attribute name of condition More...
 
static std::string size_tag = "size"
 the attribute name of size More...
 
static std::string format_tag = "format"
 the attribute name of format More...
 
static std::string role_tag = "role"
 the attribute name of role More...
 
static std::string wfs_tag = "wavefunction"
 reserved tags for the elements associated with the many-body wavefunctions More...
 
static std::string param_tag = "parameter"
 the element name for a parameter More...
 
static std::string dtable_tag = "distancetable"
 the element name for a distancetable More...
 
static std::string jastrow_tag = "jastrow"
 the element name for jatrow More...
 
static std::string detset_tag = "determinantset"
 the element name for a set of Slater determinants, contains 1..* Slater determinants More...
 
static std::string sd_tag = "slaterdeterminant"
 the element name for a Slater determinant, contains 1..* determinants More...
 
static std::string det_tag = "determinant"
 the element name for a determinant, may contain (0..*) orbital or parameter element More...
 
static std::string rn_tag = "determinant_rn"
 the element name for a released node determinant, may contain (0..*) orbital or parameter element More...
 
static std::string spo_tag = "psi"
 the element name for single-particle orbital More...
 
static std::string sposet_tag = "sposet"
 the element name for single-particle orbital set More...
 
static std::string ionorb_tag = "ionwf"
 the element name for an ion wavefunction More...
 
static std::string backflow_tag = "backflow"
 the element name for a backflow transformation More...
 
static std::string multisd_tag = "multideterminant"
 the element name for a multi slater determinant wavefunction More...
 

Detailed Description

Reserved names for xml elements and attributes.

Variable Documentation

◆ attrib_tag

std::string attrib_tag = "attrib"
static

the name of particle attribute node

Definition at line 118 of file ParticleTags.h.

Referenced by XMLParticleParser::readXML().

◆ backflow_tag

std::string backflow_tag = "backflow"
static

the element name for a backflow transformation

Definition at line 72 of file WaveFunctionComponentBuilder.h.

Referenced by SlaterDetBuilder::buildComponent().

◆ condition_tag

std::string condition_tag = "condition"
static

the attribute name of condition

Definition at line 124 of file ParticleTags.h.

Referenced by XMLParticleParser::getPtclAttrib().

◆ datatype_tag

std::string datatype_tag = "datatype"
static

the attribute name of datatype

Definition at line 122 of file ParticleTags.h.

Referenced by XMLParticleParser::getPtclAttrib(), and XMLParticleParser::readXML().

◆ det_tag

std::string det_tag = "determinant"
static

the element name for a determinant, may contain (0..*) orbital or parameter element

Definition at line 62 of file WaveFunctionComponentBuilder.h.

Referenced by SlaterDetBuilder::buildComponent().

◆ detset_tag

std::string detset_tag = "determinantset"
static

the element name for a set of Slater determinants, contains 1..* Slater determinants

Definition at line 58 of file WaveFunctionComponentBuilder.h.

Referenced by WaveFunctionFactory::buildTWF().

◆ dtable_tag

std::string dtable_tag = "distancetable"
static

the element name for a distancetable

Definition at line 54 of file WaveFunctionComponentBuilder.h.

◆ energy_tag

std::string energy_tag = "e"
static

the name for energy attribute

Definition at line 105 of file ParticleTags.h.

◆ force_tag

std::string force_tag = "f"
static

the name for force attribute

Definition at line 99 of file ParticleTags.h.

◆ format_tag

std::string format_tag = "format"
static

the attribute name of format

Definition at line 128 of file ParticleTags.h.

◆ gradtype_tag

std::string gradtype_tag = "gradArray"
static

the datatype tag for the gradient-type attribute

Definition at line 67 of file ParticleTags.h.

Referenced by ParticleSet::createAttributeList().

◆ id_tag

std::string id_tag = "id"
static

the name for id attribute

Definition at line 90 of file ParticleTags.h.

◆ indextype_tag

std::string indextype_tag = "indexArray"
static

the datatype tag for the index-type attribute

Definition at line 55 of file ParticleTags.h.

Referenced by AttribListType::AttribListType(), and ParticleSet::createAttributeList().

◆ ionid_tag

std::string ionid_tag = "ionid"
static

the name for ionid attribute

Definition at line 93 of file ParticleTags.h.

Referenced by ParticleSet::createAttributeList(), XMLParticleParser::getPtclAttrib(), and XMLParticleParser::readXML().

◆ ionorb_tag

std::string ionorb_tag = "ionwf"
static

the element name for an ion wavefunction

Definition at line 70 of file WaveFunctionComponentBuilder.h.

Referenced by WaveFunctionFactory::buildTWF().

◆ jastrow_tag

std::string jastrow_tag = "jastrow"
static

the element name for jatrow

Definition at line 56 of file WaveFunctionComponentBuilder.h.

Referenced by WaveFunctionFactory::buildTWF().

◆ laptype_tag

std::string laptype_tag = "lapArray"
static

the datatype tag for the laplacian-type attribute

Definition at line 70 of file ParticleTags.h.

Referenced by ParticleSet::createAttributeList().

◆ multisd_tag

std::string multisd_tag = "multideterminant"
static

the element name for a multi slater determinant wavefunction

Definition at line 74 of file WaveFunctionComponentBuilder.h.

Referenced by SlaterDetBuilder::buildComponent().

◆ name_tag

std::string name_tag = "name"
static

the attribute name of name

Definition at line 120 of file ParticleTags.h.

◆ null_tag

std::string null_tag = "null"
static

type names of particle attributes, e.g., posArray

the tag for uninitialized datatype and name of attributes

Definition at line 52 of file ParticleTags.h.

◆ param_tag

std::string param_tag = "parameter"
static

the element name for a parameter

Definition at line 52 of file WaveFunctionComponentBuilder.h.

◆ position_tag

std::string position_tag = "position"
static

names of particle attributes, e.g., position

the name for position attribute

Definition at line 84 of file ParticleTags.h.

Referenced by ParticleSet::createAttributeList().

◆ postype_tag

std::string postype_tag = "posArray"
static

the datatype tag for the pos-type attribute

Definition at line 64 of file ParticleTags.h.

Referenced by AttribListType::AttribListType(), and ParticleSet::createAttributeList().

◆ rn_tag

std::string rn_tag = "determinant_rn"
static

the element name for a released node determinant, may contain (0..*) orbital or parameter element

Definition at line 64 of file WaveFunctionComponentBuilder.h.

Referenced by SlaterDetBuilder::buildComponent().

◆ role_tag

std::string role_tag = "role"
static

the attribute name of role

Definition at line 130 of file ParticleTags.h.

◆ root_tag

std::string root_tag = "particleset"
static

xml element names

the name of particle node

Definition at line 116 of file ParticleTags.h.

◆ scalartype_tag

std::string scalartype_tag = "scalarArray"
static

the datatype tag for the scalar-type attribute

Definition at line 58 of file ParticleTags.h.

Referenced by AttribListType::AttribListType(), and ParticleSet::createAttributeList().

◆ sd_tag

std::string sd_tag = "slaterdeterminant"
static

the element name for a Slater determinant, contains 1..* determinants

Definition at line 60 of file WaveFunctionComponentBuilder.h.

Referenced by SlaterDetBuilder::buildComponent().

◆ size_tag

std::string size_tag = "size"
static

the attribute name of size

Definition at line 126 of file ParticleTags.h.

◆ spins_tag

std::string spins_tag = "spins"
static

the name for spins attribute

Definition at line 87 of file ParticleTags.h.

Referenced by ParticleSet::createAttributeList().

◆ spo_tag

std::string spo_tag = "psi"
static

the element name for single-particle orbital

Definition at line 66 of file WaveFunctionComponentBuilder.h.

◆ sposet_tag

std::string sposet_tag = "sposet"
static

the element name for single-particle orbital set

Definition at line 68 of file WaveFunctionComponentBuilder.h.

Referenced by SlaterDetBuilder::buildComponent().

◆ stringtype_tag

std::string stringtype_tag = "stringArray"
static

the datatype tag for the string-type attribute

Definition at line 61 of file ParticleTags.h.

Referenced by AttribListType::AttribListType(), and XMLParticleParser::readXML().

◆ sumbc_tag

std::string sumbc_tag = "sumbc"
static

the name for sumbc (accumulative boundary crossings) attribute

Definition at line 108 of file ParticleTags.h.

◆ tensortype_tag

std::string tensortype_tag = "tensorArray"
static

the datatype tag for the tensor-type attribute

Definition at line 73 of file ParticleTags.h.

Referenced by AttribListType::AttribListType().

◆ trajectory_tag

std::string trajectory_tag = "trajectory"
static

the name for trajectory attribute

Definition at line 96 of file ParticleTags.h.

◆ velocity_tag

std::string velocity_tag = "v"
static

the name for velocity attribute

Definition at line 102 of file ParticleTags.h.

◆ wfs_tag

std::string wfs_tag = "wavefunction"
static

reserved tags for the elements associated with the many-body wavefunctions

the element name for a wavefunction

Definition at line 50 of file WaveFunctionComponentBuilder.h.

◆ xmoltype_tag

std::string xmoltype_tag = "xmolArray"
static

the datatype tag for the xmol-type attribute

Definition at line 76 of file ParticleTags.h.