Right now the parameters are supplied in each Excel file. I'm trying to move everything towards plain text as much as possible, so I'd like a different way to supply the parameters. The parameters that need to be supplied are as follows:
- number of pigments in the simulation
- exciton transition bandwidth
- wavenumber start, stop, and step
One option is to supply all parameters in a TOML file, but that seems like a pain for just 5 parameters. Another option is command line arguments to the simulation script.
Right now the parameters are supplied in each Excel file. I'm trying to move everything towards plain text as much as possible, so I'd like a different way to supply the parameters. The parameters that need to be supplied are as follows:
One option is to supply all parameters in a TOML file, but that seems like a pain for just 5 parameters. Another option is command line arguments to the simulation script.