Octopus
atomic_oct_m::valconf_t Type Reference

Detailed Description

Definition at line 146 of file atomic.F90.

Private Attributes

integer z = 0
 
character(len=3) symbol = ""
 
integer type = 0
 0 for the most normal valence configuration, 1 for semicore. More...
 
integer p = 0
 number of orbitals. More...
 
integer, dimension(15) n = 0
 n quantum number More...
 
integer, dimension(15) l = 0
 l quantum number More...
 
real(real64), dimension(15, 2) occ = M_ZERO
 occupations of each level More...
 
real(real64), dimension(15) j = M_ZERO
 j quantum number More...
 

Member Data Documentation

◆ z

integer atomic_oct_m::valconf_t::z = 0
private

Definition at line 148 of file atomic.F90.

◆ symbol

character(len=3) atomic_oct_m::valconf_t::symbol = ""
private

Definition at line 149 of file atomic.F90.

◆ type

integer atomic_oct_m::valconf_t::type = 0
private

0 for the most normal valence configuration, 1 for semicore.

Definition at line 150 of file atomic.F90.

◆ p

integer atomic_oct_m::valconf_t::p = 0
private

number of orbitals.

Definition at line 151 of file atomic.F90.

◆ n

integer, dimension(15) atomic_oct_m::valconf_t::n = 0
private

n quantum number

Definition at line 152 of file atomic.F90.

◆ l

integer, dimension(15) atomic_oct_m::valconf_t::l = 0
private

l quantum number

Definition at line 153 of file atomic.F90.

◆ occ

real(real64), dimension(15,2) atomic_oct_m::valconf_t::occ = M_ZERO
private

occupations of each level

Definition at line 154 of file atomic.F90.

◆ j

real(real64), dimension(15) atomic_oct_m::valconf_t::j = M_ZERO
private

j quantum number

Definition at line 155 of file atomic.F90.


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