PyPartMC
PyPartMC copied to clipboard
Python (and C++) interface to PartMC with Jupyter/Python, Julia and Matlab examples
here's what is currently reported by the cpplint workflow: ``` CLANG WARNINGS: /github/workspace/files/src%2Fpypartmc.cpp:7:10: error: 'pybind11/pybind11.h' file not found [clang-diagnostic-error] #include "pybind11/pybind11.h" ^~~~~~~~~~~~~~~~~~~~~ /github/workspace/files/src%2Fpypartmc.cpp:22:9: warning: function-like macro 'STRINGIFY' used; consider a...
The following may be useful for single particle AeroParticle in PyPartMC: - [x] aero_particle_mass - [x] aero_particle_species_mass - [x] aero_particle_species_masses - [x] aero_particle_moles - [x] aero_particle_volume - [x] aero_particle_species_volume -...