| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| type(input_fragment_t), | intent(inout) | :: | fragment | |||
| type(error_t), | intent(out) | :: | error |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | line | |||
| type(input_fragment_t), | intent(inout) | :: | fragment | |||
| type(error_t), | intent(out) | :: | error |
Generic parser for %connectivity section (works for both config and molecule)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| integer, | intent(inout) | :: | nbonds | |||
| integer, | intent(inout) | :: | nbroken | |||
| type(bond_t), | intent(inout), | allocatable | :: | bonds(:) | ||
| type(error_t), | intent(out) | :: | error |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| type(mqc_config_t), | intent(inout) | :: | config | |||
| type(error_t), | intent(out) | :: | error |
Generic parser for %fragments section (works for both config and molecule)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| integer, | intent(inout) | :: | nfrag | |||
| type(input_fragment_t), | intent(inout), | allocatable | :: | fragments(:) | ||
| type(error_t), | intent(out) | :: | error |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| type(mqc_config_t), | intent(inout) | :: | config | |||
| type(error_t), | intent(out) | :: | error |