10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-08-02 10:34:02 +02:00
QuantumPackage/src/ao_basis/aos_cplx.irp.f
Kevin Gasperich 83ecf1ee2e modifications for kpts
{ao,mo}_num_per_kpt were being set as floats in python
now imported explicitly as ints
no default (could maybe fix with // ?)
2020-06-22 10:51:33 -05:00

8 lines
157 B
Fortran

!BEGIN_PROVIDER [ integer, ao_num_per_kpt ]
! implicit none
! BEGIN_DOC
! ! number of aos per kpt.
! END_DOC
! ao_num_per_kpt = ao_num/kpt_num
!END_PROVIDER