CAMP 1.0.0
Chemistry Across Multiple Phases
Input File Format: CAMP-Chem Configuration File List

A list of files containing configuration data for the CAMP. The file should be in json format and the general structure should be the following:

{ "camp-files" : [
"file_one.json",
"some_dir/file_two.json",
...
]}

The file should contain a single key-value pair named camp-files whose value is an array of strings with paths to the set of configuration files to load. Input files should be in json format.