@brief Compute contracted block of Coulomb 1e integrals @param[in] cntp shell pair data @param[in] xyzc coordinates and charges of particles @param[in] nat number of particles @param[in] chgtol cut-off for charge @param[inout] blk block of 1e Coulomb integrals @author Vladimir Mironov @date Sep, 2018 Initial release
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(shpair_t), | intent(in) | :: | cntp | |||
real(kind=real64), | intent(in), | contiguous | :: | xyzc(:) | ||
integer, | intent(in) | :: | nat | |||
real(kind=real64), | intent(in) | :: | chgtol | |||
real(kind=real64), | intent(inout), | contiguous | :: | blk(:) |
@brief Compute contracted block of Coulomb 1e integrals
@param[in] cntp shell pair data
@param[in] x X
coordinates of charged particles
@param[in] y Y
coordinates of charged particles
@param[in] z Z
coordinates of charged particles
@param[in] c charges of particles
@param[in] nat number of particles
@param[in] chgtol cut-off for charge
@param[inout] blk block of 1e Coulomb integrals
@author Vladimir Mironov
@date Sep, 2018 Initial release
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(shpair_t), | intent(in) | :: | cntp | |||
real(kind=REAL64), | intent(in), | CONTIGUOUS | :: | x(:) | ||
real(kind=REAL64), | intent(in), | CONTIGUOUS | :: | y(:) | ||
real(kind=REAL64), | intent(in), | CONTIGUOUS | :: | z(:) | ||
real(kind=REAL64), | intent(in), | CONTIGUOUS | :: | c(:) | ||
integer, | intent(in) | :: | nat | |||
real(kind=REAL64), | intent(in) | :: | chgtol | |||
real(kind=REAL64), | intent(inout), | CONTIGUOUS | :: | blk(:) |
@brief Compute contracted block of Coulomb 1e integrals @param[in] cntp shell pair data @param[in] xyz coordinates of particles @param[in] c charges of particles @param[in] nat number of particles @param[in] chgtol cut-off for charge @param[inout] blk block of 1e Coulomb integrals @author Vladimir Mironov @date Sep, 2018 Initial release
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(shpair_t), | intent(in) | :: | cntp | |||
real(kind=REAL64), | intent(in), | CONTIGUOUS | :: | xyz(:,:) | ||
real(kind=REAL64), | intent(in), | CONTIGUOUS | :: | c(:) | ||
integer, | intent(in) | :: | nat | |||
real(kind=REAL64), | intent(in) | :: | chgtol | |||
real(kind=REAL64), | intent(inout), | CONTIGUOUS | :: | blk(:) |