Eötvös Quantum Utilities  v4.9.146
Providing the Horsepowers in the Quantum Realm
Modules | Functions/Subroutines | Variables
hsx_EQuUs.f90 File Reference

Converts an array of XML subnodes into an EQstruct structure prototypes. More...

Go to the source code of this file.

Modules

module  hsx_equus
 

Functions/Subroutines

subroutine hsx_equus::read_hsx (fname, fname_len, eq_struct)
 

Variables

type(hsx_t), public hsx_equus::hsx
 

Detailed Description

Converts an array of XML subnodes into an EQstruct structure prototypes.

read in the HSX structure into EQuUs structure prototype

read in particular nodes from the CMLComp XML into EQuUs structure prototype

Gets the retrived XML node converted into EQstruct structure prototype.

Converts an XML node into an EQstruct structure prototype.

Parameters
[out]subnodesAn EQstruct structure prototype.
[in]XMLsubnodesThe XML nodes to be converted into EQstruct structure prototypes.
[out]eq_structThe EQstruct structure prototype.
[in]nodeThe XML node to be converted into EQstruct structure prototype.
[out]eq_structThe EQstruct structure prototype.
[in]idxThe index of the retrived XML node to be converted into EQstruct structure prototype.
[in]fnameThe name of the file to be loaded
[in]fname_lenThe length of the filename
[out]eq_structAn array of EQuUs structure prototypes corresponding to the desired properties
[in]fnameThe name of the file to be loaded
[in]fname_lenThe length of the filename
[out]eq_structAn instance of EQuUs structure prototype

Definition in file hsx_EQuUs.f90.