MolSSI Integral Reference Project
Public Attributes | List of all members
mirp::gaussian_shell_str Struct Reference

A shell of cartesian gaussian functions (strings) More...

#include <data_entry.hpp>

Collaboration diagram for mirp::gaussian_shell_str:
Collaboration graph
[legend]

Public Attributes

int am
 Angular momentum. More...
 
int nprim
 Number of primitives (segmented contraction) More...
 
int ngeneral
 Number of general contractions. More...
 
std::array< std::string, 3 > xyz
 Coordinates (in bohr) More...
 
std::vector< std::string > alpha
 Exponents of the gaussians. More...
 
std::vector< std::string > coeff
 Contraction coefficients (unnormalized) More...
 

Detailed Description

A shell of cartesian gaussian functions (strings)

This shell holds information as a string to allow for higher precision

Member Data Documentation

◆ alpha

std::vector<std::string> mirp::gaussian_shell_str::alpha

Exponents of the gaussians.

◆ am

int mirp::gaussian_shell_str::am

Angular momentum.

◆ coeff

std::vector<std::string> mirp::gaussian_shell_str::coeff

Contraction coefficients (unnormalized)

◆ ngeneral

int mirp::gaussian_shell_str::ngeneral

Number of general contractions.

◆ nprim

int mirp::gaussian_shell_str::nprim

Number of primitives (segmented contraction)

◆ xyz

std::array<std::string, 3> mirp::gaussian_shell_str::xyz

Coordinates (in bohr)


The documentation for this struct was generated from the following file: