Parse %connectivity section for a molecule
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| type(molecule_t), | intent(inout) | :: | mol | |||
| type(error_t), | intent(out) | :: | error |
Parse %fragments section for a molecule
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| type(molecule_t), | intent(inout) | :: | mol | |||
| type(error_t), | intent(out) | :: | error |
Parse %geometry section for a molecule
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| type(molecule_t), | intent(inout) | :: | mol | |||
| type(error_t), | intent(out) | :: | error |
Parse %structure section for a molecule
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| type(molecule_t), | intent(inout) | :: | mol | |||
| type(error_t), | intent(out) | :: | error |
Parse a single %molecule block with its sections
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| type(molecule_t), | intent(inout) | :: | mol | |||
| type(error_t), | intent(out) | :: | error |
Parse %molecules section containing multiple %molecule blocks
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| type(mqc_config_t), | intent(inout) | :: | config | |||
| type(error_t), | intent(out) | :: | error |