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

Public Attributes

integer ityp
 Element type index starts from 1. More...
 
character(256) elem
 Element name. More...
 
real(8), dimension(3) pos
 Position in fractional coord. More...
 

Detailed Description

Definition at line 27 of file atm_spec.F90.

Member Data Documentation

◆ ityp

integer atm_spec::atm_t::ityp

Element type index starts from 1.

Definition at line 28 of file atm_spec.F90.

28  integer :: ityp

◆ elem

character(256) atm_spec::atm_t::elem

Element name.

Definition at line 29 of file atm_spec.F90.

29  character(256) :: elem

◆ pos

real(8), dimension(3) atm_spec::atm_t::pos

Position in fractional coord.

Definition at line 30 of file atm_spec.F90.

30  real(8) :: pos(3)

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