(git:c5411e0)
Loading...
Searching...
No Matches
external_potential_types::local_potential_type Type Reference

Data Fields

character(len=default_string_length) name = ""
 
character(len=default_string_length), dimension(4) description = "Local short-range pseudopotential"
 
integer ngau = 0
 
integer npol = 0
 
real(kind=dp) radius = 0.0_dp
 
real(kind=dp), dimension(:), pointer alpha => NULL()
 
real(kind=dp), dimension(:, :), pointer cval => NULL()
 

Detailed Description

Definition at line 98 of file external_potential_types.F.

Field Documentation

◆ name

character(len=default_string_length) external_potential_types::local_potential_type::name = ""

Definition at line 100 of file external_potential_types.F.

◆ description

character(len=default_string_length), dimension(4) external_potential_types::local_potential_type::description = "Local short-range pseudopotential"

Definition at line 101 of file external_potential_types.F.

◆ ngau

integer external_potential_types::local_potential_type::ngau = 0

Definition at line 103 of file external_potential_types.F.

◆ npol

integer external_potential_types::local_potential_type::npol = 0

Definition at line 103 of file external_potential_types.F.

◆ radius

real(kind=dp) external_potential_types::local_potential_type::radius = 0.0_dp

Definition at line 104 of file external_potential_types.F.

◆ alpha

real(kind=dp), dimension(:), pointer external_potential_types::local_potential_type::alpha => NULL()

Definition at line 105 of file external_potential_types.F.

◆ cval

real(kind=dp), dimension(:, :), pointer external_potential_types::local_potential_type::cval => NULL()

Definition at line 106 of file external_potential_types.F.


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