Octopus
|
Definition at line 137 of file born_charges.F90.
Public Attributes | |
complex(real64), dimension(:, :, :), allocatable, public | charge |
i, j, atom: Z*(i,j) = dF(j)/dE(i) = dP(i) / dR(j) More... | |
Private Attributes | |
complex(real64), dimension(:,:), allocatable | sum_ideal |
the sum of born charges according to acoustic sum rule More... | |
complex(real64), dimension(:,:), allocatable | delta |
discrepancy of sum of born charge tensors from sum rule, per atom More... | |
logical | correct |
correct according to sum rule? More... | |
complex(real64), dimension(:, :, :), allocatable, public born_charges_oct_m::born_charges_t::charge |
i, j, atom: Z*(i,j) = dF(j)/dE(i) = dP(i) / dR(j)
Definition at line 139 of file born_charges.F90.
|
private |
the sum of born charges according to acoustic sum rule
Definition at line 140 of file born_charges.F90.
|
private |
discrepancy of sum of born charge tensors from sum rule, per atom
Definition at line 141 of file born_charges.F90.
|
private |
correct according to sum rule?
Definition at line 142 of file born_charges.F90.