Merge individual molecule JSON files into a single combined file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=256), | intent(in) | :: | individual_files(:) | |||
| integer, | intent(in) | :: | nmol |
Read and write JSON content from an individual molecule file Properly handles nested structures from fragmented calculations
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit_in | |||
| integer, | intent(in) | :: | mol_index | |||
| integer, | intent(in) | :: | unit_out | |||
| character(len=*), | intent(in) | :: | filename |