Python interface to the PartMC (Particle Monte Carlo) model for simulating atmospheric aerosol dynamics. Version 2.0.6. Uses nanobind bindings. Irregular release cadence, roughly monthly.
pip install pypartmcVerified import paths — ran on the pinned version, not inferred.
Initialize aerosol species data, create gas state, set concentrations.
Reinstall pypartmc and ensure all dependencies are up-to-date.
Use 'import PyPartMC'.
Check documentation for current API.
Run 'pip install pypartmc' and then 'import PyPartMC'.
Use 'import PyPartMC'.
Provide complete species_data for each species, e.g., ppmc.AeroData.species_data('SO4', density=1.8, kappa=0.5).