| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(rdm_estimates_t), | intent(out) | :: | est | |||
| integer, | intent(in) | :: | nrdms_standard | |||
| integer, | intent(in) | :: | nrdms_transition | |||
| logical, | intent(in) | :: | open_output_file | |||
| character(len=*), | intent(in), | optional | :: | filename |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(rdm_estimates_t), | intent(inout) | :: | est |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | write_unit | |||
| integer, | intent(in) | :: | nrdms_standard | |||
| integer, | intent(in) | :: | nrdms_transition | |||
| character(len=255), | intent(in) | :: | filename |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(rdm_definitions_t), | intent(in) | :: | rdm_defs | |||
| type(rdm_estimates_t), | intent(inout) | :: | est | |||
| type(rdm_list_t), | intent(in) | :: | rdm | |||
| type(en_pert_t), | intent(in) | :: | en_pert |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(rdm_definitions_t), | intent(in) | :: | rdm_defs | |||
| type(rdm_estimates_t), | intent(in) | :: | est | |||
| logical, | intent(in) | :: | final_output | |||
| logical, | intent(in) | :: | write_to_separate_file | |||
| logical, | intent(in) | :: | tInitsRDM |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(rdm_list_t), | intent(in) | :: | rdm | |||
| real(kind=dp), | intent(out) | :: | rdm_energy_1(rdm%sign_length) | |||
| real(kind=dp), | intent(out) | :: | rdm_energy_2(rdm%sign_length) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(rdm_list_t), | intent(in) | :: | rdm | |||
| real(kind=dp), | intent(out) | :: | rdm_prop(iNumPropToEst,rdm%sign_length) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(rdm_list_t), | intent(in) | :: | rdm | |||
| real(kind=dp), | intent(in) | :: | rdm_norm(rdm%sign_length) | |||
| real(kind=dp), | intent(out) | :: | rdm_spin(rdm%sign_length) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(en_pert_t), | intent(in) | :: | en_pert | |||
| real(kind=dp), | intent(in) | :: | rdm_energy_num(en_pert%sign_length) | |||
| real(kind=dp), | intent(in) | :: | rdm_norm(en_pert%sign_length) | |||
| real(kind=dp), | intent(out) | :: | energy_pert(en_pert%sign_length) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(rdm_list_t), | intent(in) | :: | rdm | |||
| type(rdm_list_t), | intent(inout) | :: | rdm_recv | |||
| type(rdm_spawn_t), | intent(inout) | :: | spawn | |||
| real(kind=dp), | intent(in) | :: | rdm_norm(rdm%sign_length) | |||
| real(kind=dp), | intent(out) | :: | max_error_herm_all(rdm%sign_length) | |||
| real(kind=dp), | intent(out) | :: | sum_error_herm_all(rdm%sign_length) |