| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=512), | public | :: | filepath | ||||
| integer, | public | :: | n_el | ||||
| integer, | public | :: | n_spat_orb | ||||
| real(kind=dp), | public | :: | sparse | ||||
| real(kind=dp), | public | :: | sparseT | ||||
| type(SpinProj_t), | public | :: | total_ms | ||||
| logical, | public | :: | uhf | ||||
| logical, | public | :: | hermitian |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n_spat_orbs | |||
| integer, | intent(in) | :: | nI(:) | |||
| real(kind=dp), | intent(in) | :: | sparse | |||
| real(kind=dp), | intent(in) | :: | sparseT | |||
| character(len=*), | intent(in), | optional | :: | filepath | ||
| logical, | intent(in), | optional | :: | uhf | ||
| logical, | intent(in), | optional | :: | hermitian |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(GASSpec_t), | intent(in) | :: | GAS_spec | |||
| integer, | intent(in) | :: | nI(:) | |||
| real(kind=dp), | intent(in) | :: | sparse | |||
| real(kind=dp), | intent(in) | :: | sparseT | |||
| character(len=*), | intent(in), | optional | :: | filepath | ||
| logical, | intent(in), | optional | :: | uhf | ||
| logical, | intent(in), | optional | :: | hermitian |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(RandomFcidumpWriter_t), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | iunit |