Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=fp), | public | :: | E_xc | ||||
real(kind=fp), | public | :: | E_exch | ||||
real(kind=fp), | public | :: | E_corr | ||||
real(kind=fp), | public | :: | N_elec | ||||
real(kind=fp), | public | :: | E_kin | ||||
real(kind=fp), | public | :: | G_total(3) | ||||
type(par_env_t), | public | :: | pe | ||||
real(kind=fp), | public, | allocatable | :: | bfgrad(:,:,:) | |||
real(kind=fp), | public, | allocatable | :: | tmp_(:,:) | |||
real(kind=fp), | public, | allocatable | :: | d1dsx(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(xc_consumer_grad_t), | intent(inout), | target | :: | self | ||
class(xc_engine_t), | intent(in) | :: | xce | |||
integer, | intent(in) | :: | nthreads |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(xc_consumer_grad_t), | intent(inout) | :: | self |
@brief Adjust internal memory storage for a given number of pruned grid points @author Konstantin Komarov
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(xc_consumer_grad_t), | intent(inout), | target | :: | self | ||
class(xc_engine_t), | intent(in) | :: | xce | |||
real(kind=fp), | intent(out), | pointer | :: | tmp(:,:) | ||
integer, | intent(in) | :: | myThread |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(xc_consumer_grad_t), | intent(inout) | :: | self | |||
class(xc_engine_t), | intent(in) | :: | xce | |||
integer | :: | mythread |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(xc_consumer_grad_t), | intent(inout) | :: | self | |||
class(xc_engine_t), | intent(in) | :: | xce | |||
integer | :: | mythread |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(xc_consumer_grad_t), | intent(inout) | :: | self |