NCAR / musica

Multi-Scale Infrastructure for Chemistry Modeling
https://wiki.ucar.edu/display/MUSICA/MUSICA+Home
Apache License 2.0
3 stars 2 forks source link

Create a musica python library #144

Open K20shores opened 3 weeks ago

K20shores commented 3 weeks ago

The wrapper provides all of the musica functions in python. However, we can easily check all of the preconditions (like passing None to an argument that expects a double will still work but there is no way to detect this in C).

Write a small musica python package which wraps the musica C library that is strictly meant to do type checking before passing data to musica

Ideas