adsorpy.rsa_config module¶
Reads the config json.
The config.json contains the standard values for the RSA simulations. They can be changed if the user wants to, however, the most important values can be overridden in the run_simulation module as well.
- class adsorpy.rsa_config.RsaConfig(config_path=None, config=None)[source]¶
Bases:
objectLoad the RSA config json and parse it for the simulation.
Initialise the config reader.
- Parameters: