File AtomicGtos.h

Copyright

This code is licensed under the 3-clause BSD license.

Copyright ETH Zurich, Laboratory for Physical Chemistry, Reiher Group.

See LICENSE.txt for details.

namespace Scine

This header file contains functions that allow for common notation for common things that can be done at a different degree of derivatives.

This header contains alias definitions defining which classes to use for the different degrees of derivatives.

namespace Utils
class AtomicGtos
#include <AtomicGtos.h>

Class containing the GTO expansions for one atom.

Public Functions

bool hasS() const
bool hasP() const
bool hasD() const
void setS(GtoExpansion g)
void setP(GtoExpansion g)
void setD(GtoExpansion g)
const GtoExpansion &s() const
const GtoExpansion &p() const
const GtoExpansion &d() const

Private Members

bool validS_ = {false}
bool validP_ = {false}
bool validD_ = {false}
GtoExpansion s_
GtoExpansion p_
GtoExpansion d_