pwdft  0.1
PW-DFT code for education
atm_spec::spec_t Type Reference

Public Attributes

character(256) elem
 Element name. More...
 
character(256) ps_file
 Pseudopotential file name. More...
 
real(8) zion
 Ion charge. More...
 
real(8) zatom
 Nuclear charge. More...
 
integer mmax
 Number of radial grid for PseudoPot. More...
 
real(8), dimension(:), allocatable psr
 Radial grid [Bohr]. More...
 
real(8), dimension(:), allocatable psv
 V_ps [Htr]. More...
 

Detailed Description

Definition at line 33 of file atm_spec.F90.

Member Data Documentation

◆ elem

character(256) atm_spec::spec_t::elem

Element name.

Definition at line 34 of file atm_spec.F90.

34  character(256) :: &
35  & elem, & !< Element name
36  & ps_file !< Pseudopotential file name

◆ ps_file

character(256) atm_spec::spec_t::ps_file

Pseudopotential file name.

Definition at line 34 of file atm_spec.F90.

◆ zion

real(8) atm_spec::spec_t::zion

Ion charge.

Definition at line 37 of file atm_spec.F90.

37  real(8) :: &
38  & zion, & !< Ion charge
39  & zatom !< Nuclear charge

◆ zatom

real(8) atm_spec::spec_t::zatom

Nuclear charge.

Definition at line 37 of file atm_spec.F90.

◆ mmax

integer atm_spec::spec_t::mmax

Number of radial grid for PseudoPot.

Definition at line 40 of file atm_spec.F90.

40  integer :: &
41  & mmax !< Number of radial grid for PseudoPot.

◆ psr

real(8), dimension(:), allocatable atm_spec::spec_t::psr

Radial grid [Bohr].

Definition at line 42 of file atm_spec.F90.

42  real(8),allocatable :: &
43  & psr(:), & !< Radial grid [Bohr]
44  & psV(:) !< V_ps [Htr]

◆ psv

real(8), dimension(:), allocatable atm_spec::spec_t::psv

V_ps [Htr].

Definition at line 42 of file atm_spec.F90.


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