UsageΒΆ

To use pyMETHES in a project:

import pyMETHES

sim = pyMETHES.Simulation('config.json')
sim.run()

See more examples