musica 0.12.0__cp312-cp312-macosx_11_0_arm64.whl → 0.12.1__cp312-cp312-macosx_11_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of musica might be problematic. Click here for more details.

Files changed (85) hide show
  1. musica/.dylibs/libaec.0.1.4.dylib +0 -0
  2. musica/.dylibs/libgcc_s.1.1.dylib +0 -0
  3. musica/.dylibs/libgfortran.5.dylib +0 -0
  4. musica/.dylibs/libhdf5.310.5.1.dylib +0 -0
  5. musica/.dylibs/libhdf5_hl.310.0.6.dylib +0 -0
  6. musica/.dylibs/libnetcdf.22.dylib +0 -0
  7. musica/.dylibs/libnetcdff.7.1.0.dylib +0 -0
  8. musica/.dylibs/libquadmath.0.dylib +0 -0
  9. musica/.dylibs/libsz.2.0.1.dylib +0 -0
  10. musica/.dylibs/libzstd.1.5.7.dylib +0 -0
  11. musica/CMakeLists.txt +28 -2
  12. musica/__init__.py +9 -49
  13. musica/_musica.cpython-312-darwin.so +0 -0
  14. musica/_version.py +1 -1
  15. musica/backend.py +41 -0
  16. musica/binding_common.cpp +23 -6
  17. musica/carma.cpp +911 -0
  18. musica/carma.py +1729 -0
  19. musica/constants.py +1 -1
  20. musica/cpu_binding.cpp +2 -1
  21. musica/cuda.py +4 -1
  22. musica/examples/__init__.py +1 -0
  23. musica/examples/carma_aluminum.py +123 -0
  24. musica/examples/carma_sulfate.py +245 -0
  25. musica/examples/examples.py +165 -0
  26. musica/examples/sulfate_box_model.py +439 -0
  27. musica/examples/ts1_latin_hypercube.py +245 -0
  28. musica/gpu_binding.cpp +2 -1
  29. musica/main.py +89 -0
  30. musica/mechanism_configuration/__init__.py +1 -1
  31. musica/mechanism_configuration/aqueous_equilibrium.py +227 -54
  32. musica/mechanism_configuration/arrhenius.py +228 -42
  33. musica/mechanism_configuration/branched.py +249 -66
  34. musica/mechanism_configuration/condensed_phase_arrhenius.py +243 -50
  35. musica/mechanism_configuration/condensed_phase_photolysis.py +16 -19
  36. musica/mechanism_configuration/emission.py +10 -6
  37. musica/mechanism_configuration/first_order_loss.py +133 -26
  38. musica/mechanism_configuration/henrys_law.py +7 -48
  39. musica/mechanism_configuration/mechanism_configuration.py +114 -41
  40. musica/mechanism_configuration/phase.py +6 -2
  41. musica/mechanism_configuration/photolysis.py +12 -7
  42. musica/mechanism_configuration/reactions.py +20 -8
  43. musica/mechanism_configuration/simpol_phase_transfer.py +180 -51
  44. musica/mechanism_configuration/species.py +23 -4
  45. musica/mechanism_configuration/surface.py +14 -9
  46. musica/mechanism_configuration/ternary_chemical_activation.py +352 -0
  47. musica/mechanism_configuration/troe.py +259 -44
  48. musica/mechanism_configuration/tunneling.py +196 -49
  49. musica/mechanism_configuration/user_defined.py +9 -4
  50. musica/mechanism_configuration/wet_deposition.py +11 -8
  51. musica/mechanism_configuration.cpp +184 -95
  52. musica/musica.cpp +48 -61
  53. musica/test/examples/v1/full_configuration/full_configuration.json +39 -22
  54. musica/test/examples/v1/full_configuration/full_configuration.yaml +29 -20
  55. musica/test/{test_analytical.py → integration/test_analytical.py} +0 -1
  56. musica/test/integration/test_carma.py +227 -0
  57. musica/test/integration/test_carma_aluminum.py +11 -0
  58. musica/test/integration/test_carma_sulfate.py +16 -0
  59. musica/test/integration/test_sulfate_box_model.py +34 -0
  60. musica/test/integration/test_tuvx.py +62 -0
  61. musica/test/unit/test_parser.py +64 -0
  62. musica/test/{test_serializer.py → unit/test_serializer.py} +2 -2
  63. musica/test/{test_util_full_mechanism.py → unit/test_util_full_mechanism.py} +152 -122
  64. musica/tools/prepare_build_environment_linux.sh +39 -32
  65. musica/tools/prepare_build_environment_macos.sh +1 -0
  66. musica/tuvx.cpp +93 -0
  67. musica/tuvx.py +199 -0
  68. musica/types.py +104 -60
  69. {musica-0.12.0.dist-info → musica-0.12.1.dist-info}/METADATA +40 -39
  70. musica-0.12.1.dist-info/RECORD +79 -0
  71. {musica-0.12.0.dist-info → musica-0.12.1.dist-info}/WHEEL +1 -1
  72. musica-0.12.1.dist-info/entry_points.txt +3 -0
  73. musica/test/examples/v0/config.json +0 -7
  74. musica/test/examples/v0/config.yaml +0 -3
  75. musica/test/examples/v0/reactions.json +0 -193
  76. musica/test/examples/v0/reactions.yaml +0 -142
  77. musica/test/examples/v0/species.json +0 -40
  78. musica/test/examples/v0/species.yaml +0 -19
  79. musica/test/test_parser.py +0 -57
  80. musica/test/tuvx.py +0 -10
  81. musica/tools/prepare_build_environment_windows.sh +0 -22
  82. musica-0.12.0.dist-info/RECORD +0 -57
  83. /musica/test/{test_chapman.py → integration/test_chapman.py} +0 -0
  84. {musica-0.12.0.dist-info → musica-0.12.1.dist-info}/licenses/AUTHORS.md +0 -0
  85. {musica-0.12.0.dist-info → musica-0.12.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: musica
3
- Version: 0.12.0
3
+ Version: 0.12.1
4
4
  Summary: MUSICA is a Python library for performing computational simulations in atmospheric chemistry.
5
5
  Author-Email: Matthew Dawsom <mattdawson@ucar.edu>, Jiwon Gim <jiwongim@ucar.edu>, David Fillmore <fillmore@ucar.edu>, Kyle Shores <kshores@ucar.edu>, Montek Thind <mthind@ucar.edu>
6
6
  Maintainer-Email: ACOM MUSICA Developers <musica-support@ucar.edu>
@@ -208,12 +208,23 @@ License: Apache License
208
208
 
209
209
  Project-URL: homepage, https://wiki.ucar.edu/display/MUSICA/MUSICA+Home
210
210
  Requires-Dist: pyyaml>=6.0.2
211
+ Requires-Dist: xarray>=2022.3.0
212
+ Requires-Dist: ussa1976>=v0.3.4
211
213
  Provides-Extra: test
212
214
  Requires-Dist: numpy; extra == "test"
213
215
  Requires-Dist: pytest; extra == "test"
216
+ Requires-Dist: matplotlib; extra == "test"
214
217
  Provides-Extra: gpu
215
218
  Requires-Dist: nvidia-cublas-cu12; extra == "gpu"
216
219
  Requires-Dist: nvidia-cuda-runtime-cu12; extra == "gpu"
220
+ Provides-Extra: tutorial
221
+ Requires-Dist: pandas; extra == "tutorial"
222
+ Requires-Dist: matplotlib; extra == "tutorial"
223
+ Requires-Dist: numpy; extra == "tutorial"
224
+ Requires-Dist: scipy; extra == "tutorial"
225
+ Requires-Dist: seaborn; extra == "tutorial"
226
+ Requires-Dist: dask[distributed]; extra == "tutorial"
227
+ Requires-Dist: dask-jobqueue; extra == "tutorial"
217
228
  Description-Content-Type: text/markdown
218
229
 
219
230
  # MUSICA
@@ -228,6 +239,8 @@ Description-Content-Type: text/markdown
228
239
  [![PyPI version](https://badge.fury.io/py/musica.svg)](https://pypi.org/p/musica)
229
240
  [![FAIR checklist badge](https://fairsoftwarechecklist.net/badge.svg)](https://fairsoftwarechecklist.net/v0.2?f=31&a=32113&i=22322&r=123)
230
241
  [![codecov](https://codecov.io/gh/NCAR/musica/branch/main/graph/badge.svg)](https://codecov.io/gh/NCAR/musica)
242
+ [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/NCAR/musica/HEAD?filepath=tutorials)
243
+
231
244
 
232
245
  Multi-Scale Infrastructure for Chemistry and Aerosols
233
246
 
@@ -241,6 +254,9 @@ At present the project encompasses these core components
241
254
  - [MICM](https://github.com/NCAR/micm)
242
255
  - Model Independent Chemical Module
243
256
 
257
+ - [CARMA](https://github.com/ESCOMP/CARMA)
258
+ - Community Aerosol and Radiation Model for Atmospheres (integration in development)
259
+
244
260
  - [Mechanism Configuration](https://github.com/NCAR/MechanismConfiguration)
245
261
  - The standardized format to describe atmospheric chemistry
246
262
 
@@ -257,6 +273,27 @@ MUSICA is installable via pip for Python or CMake for C++.
257
273
  pip install musica
258
274
  ```
259
275
 
276
+ If you would like GPU support, you must first [add the NVIDIA pypi index](https://docs.nvidia.com/cuda/cuda-quick-start-guide/#pip-wheels-linux) and then you can specify the gpu install option for MUSICA. Note that GPU support has only been tested on linux.
277
+
278
+ ```
279
+ pip install --upgrade setuptools pip wheel
280
+ pip install nvidia-pyindex
281
+ pip install musica[gpu]
282
+ ```
283
+
284
+ To build the package locally,
285
+
286
+ ```
287
+ pip install -e .
288
+ ```
289
+
290
+ If you have an NVIDIA GPU and cuda installed, you can enable a build of musica with GPU support by setting the environment
291
+ variable `BUILD_GPU`.
292
+
293
+ ```
294
+ BUILD_GPU=1 pip install -e .
295
+ ```
296
+
260
297
  ## CMake
261
298
  ```
262
299
  $ git clone https://github.com/NCAR/musica.git
@@ -270,7 +307,7 @@ $ make install
270
307
 
271
308
  # Using the MUSICA Python API
272
309
  MUSICA makes its chemical mechanism analysis and visualization available through a Python API. The following example works through solving a simple chemistry system. Please refer to the [official documentation](https://ncar.github.io/musica/index.html) for further tutorials and examples.
273
- ```
310
+ ```python
274
311
  # --- Import Musica ---
275
312
  import musica
276
313
  import musica.mechanism_configuration as mc
@@ -305,7 +342,6 @@ pressure=101000.0
305
342
  state = solver.create_state()
306
343
  state.set_concentrations({"A": 1.0, "B": 3.0, "C": 5.0})
307
344
  state.set_conditions(temperature, pressure)
308
- initial_pressure = state.get_conditions()['air_density'][0] # store for visualization and output
309
345
 
310
346
  # --- 6. Time parameters ---
311
347
  time_step = 4 # stepping
@@ -368,7 +404,7 @@ Introduced in [Pull Request #124](https://github.com/NCAR/musica/pull/124), it i
368
404
  | Musica Dependency | Repository | Branch, Tag or Hash|
369
405
  | ------------------------------------------------------ | --------------------------|--------------------|
370
406
  | [Google Test](https://github.com/google/googletest.git)| GOOGLETEST_GIT_REPOSITORY | GOOGLETEST_GIT_TAG |
371
- | [MICM](https://github.com/NCAR/mcim.git) | MICM_GIT_REPOSITORY | MICM_GIT_TAG |
407
+ | [MICM](https://github.com/NCAR/micm.git) | MICM_GIT_REPOSITORY | MICM_GIT_TAG |
372
408
  | [TUV-X](https://github.com/NCAR/tuv-x.git) | TUVX_GIT_REPOSITORY | TUVX_GIT_TAG |
373
409
  | [PyBind11](https://github.com/pybind/pybind11) | PYBIND11_GIT_REPOSITORY | PYBIND11_GIT_TAG |
374
410
  | [Mechanism Configuration](https://github.com/NCAR/MechanismConfiguration.git) | MECH_CONFIG_GIT_REPOSITORY | MECH_CONFIG_GIT_TAG |
@@ -388,41 +424,6 @@ Specifying a specific version of `tuv-x` by has, but using the official reposito
388
424
  $ cmake .. \
389
425
  -DTUVX_GIT_TAG=a6b2c4d8745
390
426
 
391
-
392
- ### Python build
393
- Musica has python bindings. If you want to install the python package, you may `pip install musica`.
394
-
395
- #### PyPi
396
- If you only want to use the CPU components,
397
-
398
- ```
399
- pip install musica
400
- ```
401
-
402
- Note that GPU support has only been tested on linux. If you have an NVIDIA GPU and would like to take
403
- advantage of our GPU solver, you must first [add the NVIDIA pypi index](https://docs.nvidia.com/cuda/cuda-quick-start-guide/#pip-wheels-linux) and then install musica with our gpu option.
404
-
405
- ```
406
- pip install --upgrade setuptools pip wheel
407
- pip install nvidia-pyindex
408
- pip install musica[gpu]
409
- ```
410
-
411
- #### Local build
412
-
413
- Musica has python bindings. To build the package locally,
414
-
415
- ```
416
- pip install -e .
417
- ```
418
-
419
- If you have an NVIDIA GPU and cuda installed, you can enable a build of musica with GPU support by setting the environment
420
- variable `BUILD_GPU`.
421
-
422
- ```
423
- BUILD_GPU=1 pip install -e .
424
- ```
425
-
426
427
  # Contributing
427
428
 
428
429
  We welcome contributions from the community! Please see our [Contributing Guide](CONTRIBUTING.md) for information on how to get involved.
@@ -0,0 +1,79 @@
1
+ musica-0.12.1.dist-info/RECORD,,
2
+ musica-0.12.1.dist-info/WHEEL,sha256=v7i1yNVEHWKlHHcCQ8SYkgpldhmAvPDAYWfI_XMFumo,114
3
+ musica-0.12.1.dist-info/entry_points.txt,sha256=t9qRU9Ya63_yYMKJkTiVS5kCaW6dDDr0wuQ26lgXTH8,49
4
+ musica-0.12.1.dist-info/METADATA,sha256=IShAL_zZWoCFHuV_iXTdW9V9lcjy1QF_ADT_o1EGaIE,26322
5
+ musica-0.12.1.dist-info/licenses/AUTHORS.md,sha256=CYIlKZmXT9ngFk6d0MiD0A_Pt8BFoID4n-29OMrKkbM,2632
6
+ musica-0.12.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
7
+ musica/backend.py,sha256=Ed0vqpdem4a4sz5XOPiBdi1TPQy80qVDcmZUqI5lZvw,1040
8
+ musica/CMakeLists.txt,sha256=3b_ipe2i0ZwtLqmmX9-NgF7G4eoq7QN_cnb9eYQ9yqc,1749
9
+ musica/_version.py,sha256=hIsrkzGp5Ao-IKEnzoIfB3ITQ8XOi-DQu9t-pUf1aWY,19
10
+ musica/constants.py,sha256=RsZrtjy8vlIcQxV9F9xzlSYFeGBQBHmhFWDPB7pRQH8,123
11
+ musica/binding_common.cpp,sha256=CigfwqYcETNUe4Ct0P8QMauAFdxPs1iu6ddCqhlckNY,981
12
+ musica/__init__.py,sha256=2xoebKVljHzrzupxtAbK3Wg05p38Lq0SFIbDjR0--bs,392
13
+ musica/tuvx.py,sha256=utrhxwHw1BsoMri9PxfY_I3ip50JzB5TYwFUZtGBr2I,6388
14
+ musica/cpu_binding.cpp,sha256=AZXO6EpL5HofGJ1s11fprrXYVG2U1ZrdUxe3M9j5kpw,225
15
+ musica/types.py,sha256=9EwTKnNGLeAbTD5Rd9RTGGcWeMtPXgqnqaaGUJo1ZhY,16625
16
+ musica/gpu_binding.cpp,sha256=y9Fzgn9unoGz_Fqqlk_NBWy4jHOwTv8E82e3bq_phMg,229
17
+ musica/tuvx.cpp,sha256=HnxxysJezO6U6sG9KibHHjfIuKD9KhqHU4Myn5JkmRY,3015
18
+ musica/cuda.py,sha256=rtMNdmixfEsy5J4pfKOc6LfBuFECxCKsi8J0jAvtyHo,258
19
+ musica/cuda.cpp,sha256=qQOLKTUOB83gE-963rT579Me-NrqMUWnXDKmpTPMVFg,346
20
+ musica/binding_common.hpp,sha256=YVG7TS1JeVC4W_yisV4kL61qo3N6Dt6JdAh9bdr6z2w,102
21
+ musica/mechanism_configuration.cpp,sha256=iaD8zZvvMH4nt-tZ9dTBsFiqP28xHi5_wpsp07FJ3RM,29105
22
+ musica/carma.py,sha256=fmM3K0Rm1hl2l8vGM9mIi0aKgnMhT0xsU3Xo2sP43Ug,66987
23
+ musica/main.py,sha256=-TOa-WvGKY1aPewQ2WtzFV3myoEQI6-MYoQt2Hw5GXc,2708
24
+ musica/carma.cpp,sha256=K3LxfhzetHeZikSZ_mg1YchmCJ8Sr7eoo55Lu6MBqts,42334
25
+ musica/_musica.cpython-312-darwin.so,sha256=TuDm4UgKfrKD83D8K7_8PlrVJtuGQcwoO1NtFJdVIe0,3806592
26
+ musica/musica.cpp,sha256=Krb2GSVHoXeHZI3cJLXZnQv7MlNlhzOuYV0N-9n3heo,8383
27
+ musica/tools/prepare_build_environment_macos.sh,sha256=Yhhd-8W6YvR79NabEqixexU6BsClNf7DH_EYYlsmeMo,41
28
+ musica/tools/prepare_build_environment_linux.sh,sha256=yQxOqdMxE9aaf9kHtlmuP_j9NwURnZYi-s9-LJoJNLY,1622
29
+ musica/tools/repair_wheel_gpu.sh,sha256=GJcKUJ2n9KMsj3QC5Shxt_ks9uFu2f9Than-4vVhG9U,1485
30
+ musica/test/unit/test_parser.py,sha256=RhDWTmX2E9RiISFuKyqH3DJn38sxfaSfgzxPM-Rs1h0,2603
31
+ musica/test/unit/test_serializer.py,sha256=U0aQwXtOwdpFlfJH915rLikde7U97pJ1p0KiH2__jro,2458
32
+ musica/test/unit/test_util_full_mechanism.py,sha256=9_n8_RbG3X60YGV59mOpp_hvsh6-hMKhXZCijE5beRg,25217
33
+ musica/test/integration/test_chapman.py,sha256=gOISpApVIMLCEv6W0Hq1yNGF0xu2MlZMHQQhOGPmoQI,3512
34
+ musica/test/integration/test_sulfate_box_model.py,sha256=bC9vKdnGwOi3_ydcwh3qj7vF65JifdzhZxmSVngn6qk,1604
35
+ musica/test/integration/test_carma_aluminum.py,sha256=R4UupwmKd58vn5W2NN6Ry1qP3yMremPLFzp4bYvy7rk,354
36
+ musica/test/integration/test_carma_sulfate.py,sha256=8H85tLv6Egu2i0ua3R3d7D_rO8VLbvckVCIfGCTsNJE,740
37
+ musica/test/integration/test_tuvx.py,sha256=9jQvE-LxTRPpoKXi3JponF1G4-xcAhhE1sLX1KV-EOQ,1918
38
+ musica/test/integration/test_carma.py,sha256=iR6FnhSfG6seta4K-C9IPtYdia9GlH8DzyVyP3w07zc,6865
39
+ musica/test/integration/test_analytical.py,sha256=3P9pw7mRnXi7oXn_2vdEZSBFc4U5m0eRJgKEvX3esZ8,13805
40
+ musica/test/examples/v1/full_configuration/full_configuration.yaml,sha256=cLyG0HJP2Jxl44e52Z94R6_WGsGLBjXAWiOIfDk1yuY,5617
41
+ musica/test/examples/v1/full_configuration/full_configuration.json,sha256=WfJ2hw-XOhrM9RRAYrdW5C_9bc7ACB835xKWK5UWUhY,9437
42
+ musica/.dylibs/libhdf5.310.5.1.dylib,sha256=83ZEgjgvsW-33kHKGygxRBjKqJd1WretY1xMvGMHCIU,3277072
43
+ musica/.dylibs/libaec.0.1.4.dylib,sha256=SJ_6GXnBTkqZPT6buS6Dlcjqn1ew7vd7B3nq7OuhLFs,70928
44
+ musica/.dylibs/libnetcdf.22.dylib,sha256=f5kk7mMIK1ia2Ac8IiKAkXQbq6V2g_5Em7Kkgg_m10Y,1309456
45
+ musica/.dylibs/libgfortran.5.dylib,sha256=9aZvWPVNfidA2wM5KcjYg2XkwhRm3qHmC61ZWwPMU0I,2161472
46
+ musica/.dylibs/libsz.2.0.1.dylib,sha256=bmvKULjY5pb2y-VM0Dwc4pL7Lij1saCY9SYYlmqH_Sc,71344
47
+ musica/.dylibs/libhdf5_hl.310.0.6.dylib,sha256=spwH6SJg-kdpEEdrlii-NH_T7hCYy7yv2Kgbaxiec3Q,155824
48
+ musica/.dylibs/libquadmath.0.dylib,sha256=ZVBFvjKhF2_mty4vnshhdHtpOLncbg3u8diBtK4Trps,362768
49
+ musica/.dylibs/libgcc_s.1.1.dylib,sha256=p4iJ87gq_K353gV1yo8ih7TVYCLiu3yLvogtuxSVAjs,220288
50
+ musica/.dylibs/libnetcdff.7.1.0.dylib,sha256=McVjIdkXaGXISnTEeyAFekBd-nitu-AVoe4J7jo-I3c,894768
51
+ musica/.dylibs/libzstd.1.5.7.dylib,sha256=IH9dJkM83e8qOkP8sKlOtcPCK4w6rK46h_h7lke2Gt4,670240
52
+ musica/mechanism_configuration/phase.py,sha256=rOEExkNxrzHQSKwclrnQltXzanWnLA9vt5UFDnbQOi4,1633
53
+ musica/mechanism_configuration/species.py,sha256=JyNPFVH9abznBb-pNLHVKynU6qx7s2PzGt2gXDcM-jI,5453
54
+ musica/mechanism_configuration/henrys_law.py,sha256=aLgVAWROMxOfx0ng_FOovZeTWXXtfD8Kz-GwGn_2Fi8,1563
55
+ musica/mechanism_configuration/tunneling.py,sha256=zGEVG034ERLHgx9HW74SYlTbb-_LPSvEeIdKvrvc3qA,9378
56
+ musica/mechanism_configuration/mechanism_configuration.py,sha256=6t3ulJpXZhXe-XNpjfKkhu5FlmjLOwg3a10cWC0gEjY,10437
57
+ musica/mechanism_configuration/branched.py,sha256=WWYVSRv2yTAvLe91zUsmqeTL0PAAKEIY7t9zujYRGgE,11762
58
+ musica/mechanism_configuration/reactions.py,sha256=R3uJwDXMtu1r2xijBmq1FsaMqzKQXqFqteho7leQ8hc,2367
59
+ musica/mechanism_configuration/__init__.py,sha256=LwedZpjLpPM5wUGzVx7mv9HreL8DCbzZQedtcp0OWYM,39
60
+ musica/mechanism_configuration/user_defined.py,sha256=E5pioPg7UQVY6eUe7wvzwC_2ooCwliAPWl_9Do5EX_g,3892
61
+ musica/mechanism_configuration/aqueous_equilibrium.py,sha256=QCWH6IfdpY_vQXEdwnWiXpkJEfpINAhPp9L8gRNnFjY,10996
62
+ musica/mechanism_configuration/condensed_phase_arrhenius.py,sha256=XX_t-54FFGFKJrorsGxS3MVBV5CMLIMpSBN6I3HMbho,11436
63
+ musica/mechanism_configuration/first_order_loss.py,sha256=6IMOoX7ykECgPCVokcaVsJM1712P4bVjqvldk-chPQk,6641
64
+ musica/mechanism_configuration/utils.py,sha256=nR-ukwYsplFfnsjXtKQsXnryMPvtjkZkFQv7TjcSrnE,346
65
+ musica/mechanism_configuration/wet_deposition.py,sha256=ROc57JgXTxCCoGCSvNUZMXkAMLqcT9PVfuIDGNXT65U,2254
66
+ musica/mechanism_configuration/condensed_phase_photolysis.py,sha256=KxnCUvgvIidLWXsVdPkGFbcEuxyuQ_8PPubw3x05EBI,4115
67
+ musica/mechanism_configuration/arrhenius.py,sha256=0B0fT1mzajyJ68Ns-bdxjDsh7btBf4r1UYIgInZ9_FE,11172
68
+ musica/mechanism_configuration/troe.py,sha256=1uj0vL4-Vzk1Ue2j-v1G3FrVsQ0bRpfOnMHzphUsL2U,13607
69
+ musica/mechanism_configuration/simpol_phase_transfer.py,sha256=o-JPNwPVJtBpRsmiIzDJ-iNWU-L8lk8uCI9FvbC_FQY,9061
70
+ musica/mechanism_configuration/photolysis.py,sha256=f6LQmsL9NmUyy7cp8PPU0zI2sExcyirJ62LmzcfFB_U,3883
71
+ musica/mechanism_configuration/emission.py,sha256=HS1QVJWYj4Omk2lK_NrxFFPeEu_HLXaSGAG0I0BXU4s,3044
72
+ musica/mechanism_configuration/surface.py,sha256=2cFsIvFvL8lmxe0c8cB9LYDjg4qD6Y020ZziCjT6iaw,4346
73
+ musica/mechanism_configuration/ternary_chemical_activation.py,sha256=AlY9yFq0ZXgEnUaNd249wrgmYyW1TvkzOi2ZoK4B3gQ,14323
74
+ musica/examples/__init__.py,sha256=y9FNR3NhT9OYCk7S_kktyOSpkRqwQb-VLNiaMp0rbz0,30
75
+ musica/examples/carma_sulfate.py,sha256=UGZdefQYmJlGhgswDa1tNsjnKvqmKsfvg2izMRI-UQQ,8118
76
+ musica/examples/sulfate_box_model.py,sha256=h4XkCkG85p6tpgVIJ1m0ElvGvc2fN1HnT3PCAX1sx7Q,16668
77
+ musica/examples/examples.py,sha256=087VoazqnByZSjMEb_Vo1KoUNOO0xRw_fQ9XY7eitNc,5736
78
+ musica/examples/ts1_latin_hypercube.py,sha256=ti1dURxMyFljUzyGwnHWebuVu3ecPSf8qXQg4JjTlsw,9622
79
+ musica/examples/carma_aluminum.py,sha256=beHTjyIycRyWpjhXv1MUpGPbkWtmmMA3YeciiPIwp2A,3683
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: scikit-build-core 0.11.4
2
+ Generator: scikit-build-core 0.11.5
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp312-cp312-macosx_11_0_arm64
5
5
 
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ musica-cli = musica.main:main
3
+
@@ -1,7 +0,0 @@
1
- {
2
- "camp-files": [
3
- "species.json",
4
- "reactions.json"
5
- ]
6
- }
7
-
@@ -1,3 +0,0 @@
1
- camp-files:
2
- - species.yaml
3
- - reactions.yaml
@@ -1,193 +0,0 @@
1
- {
2
- "camp-data": [
3
- {
4
- "type": "MECHANISM",
5
- "name": "music box interactive configuration",
6
- "reactions": [
7
- {
8
- "type": "PHOTOLYSIS",
9
- "scaling factor": 1,
10
- "MUSICA name": "foo",
11
- "reactants": {
12
- "foo": {}
13
- },
14
- "products": {
15
- "buz": {
16
- "yield": 1
17
- },
18
- "bar": {
19
- "yield": 1
20
- }
21
- }
22
- },
23
- {
24
- "type": "ARRHENIUS",
25
- "A": 6e-34,
26
- "Ea": 0,
27
- "B": -2.4,
28
- "D": 300,
29
- "E": 0,
30
- "reactants": {
31
- "bar": {
32
- "qty": 1
33
- },
34
- "quuz": {
35
- "qty": 1
36
- },
37
- "M": {
38
- "qty": 1
39
- }
40
- },
41
- "products": {
42
- "baz": {
43
- "yield": 1
44
- },
45
- "M": {
46
- "yield": 1
47
- }
48
- }
49
- },
50
- {
51
- "type": "TROE",
52
- "k0_A": 2.5e-31,
53
- "k0_B": -1.8,
54
- "k0_C": 0,
55
- "kinf_A": 2.2e-11,
56
- "kinf_B": -0.7,
57
- "kinf_C": 0,
58
- "Fc": 0.6,
59
- "N": 1,
60
- "reactants": {
61
- "bar": {
62
- "qty": 1
63
- },
64
- "foo": {
65
- "qty": 1
66
- }
67
- },
68
- "products": {
69
- "baz": {
70
- "yield": 1
71
- }
72
- }
73
- },
74
- {
75
- "type": "EMISSION",
76
- "scaling factor": 1,
77
- "MUSICA name": "buz",
78
- "species": "buz"
79
- },
80
- {
81
- "type": "FIRST_ORDER_LOSS",
82
- "species": "bar",
83
- "MUSICA name": "bar",
84
- "scaling factor": 2.5
85
- },
86
- {
87
- "type": "TERNARY_CHEMICAL_ACTIVATION",
88
- "reactants": {
89
- "bar" : { },
90
- "baz" : { }
91
- },
92
- "products": {
93
- "bar": { "yield": 0.5 },
94
- "foo": { }
95
- },
96
- "k0_A": 32.1,
97
- "k0_B": -2.3,
98
- "k0_C": 102.3,
99
- "kinf_A": 63.4,
100
- "kinf_B": -1.3,
101
- "kinf_C": 908.5,
102
- "Fc": 1.3,
103
- "N": 32.1
104
- },
105
- {
106
- "type": "BRANCHED",
107
- "reactants": {
108
- "foo" : { },
109
- "quz" : { "qty" :2 }
110
- },
111
- "alkoxy products": {
112
- "bar": { "yield": 1.0 },
113
- "baz": { "yield": 3.2 }
114
- },
115
- "nitrate products": {
116
- "quz": { "yield": 1.0 }
117
- },
118
- "Y" : 42.3,
119
- "X" : 12.3,
120
- "a0" : 1.0e-5,
121
- "n" : 3
122
- },
123
- {
124
- "type": "WENNBERG_NO_RO2",
125
- "reactants": {
126
- "bar" : { },
127
- "baz" : { }
128
- },
129
- "alkoxy products": {
130
- "baz": { }
131
- },
132
- "nitrate products": {
133
- "bar": { "yield": 0.5 },
134
- "foo": { }
135
- },
136
- "Y" : 2.3e8,
137
- "X" : 0.32,
138
- "a0" : 0.423,
139
- "n" : 6
140
- },
141
- {
142
- "type": "TUNNELING",
143
- "reactants": {
144
- "bar" : { },
145
- "baz" : { }
146
- },
147
- "products": {
148
- "bar": { "yield": 0.5 },
149
- "foo": { }
150
- },
151
- "A": 32.1,
152
- "B": -2.3,
153
- "C": 102.3
154
- },
155
- {
156
- "type": "WENNBERG_TUNNELING",
157
- "reactants": {
158
- "bar2" : { },
159
- "baz2" : { }
160
- },
161
- "products": {
162
- "bar2": { "yield": 0.5 },
163
- "foo2": { }
164
- },
165
- "A": 2.1,
166
- "B": -1.3,
167
- "C": 12.3
168
- },
169
- {
170
- "type": "SURFACE",
171
- "gas-phase reactant": "bar",
172
- "gas-phase products": {
173
- "bar": { "yield": 0.5 },
174
- "foo": { }
175
- },
176
- "reaction probability": 0.5,
177
- "MUSICA name": "kbar"
178
- },
179
- {
180
- "type": "USER_DEFINED",
181
- "MUSICA name": "bar",
182
- "reactants": {
183
- "foo" : { "qty": 2 }
184
- },
185
- "products": {
186
- "bar" : { }
187
- },
188
- "scaling factor": 2.5
189
- }
190
- ]
191
- }
192
- ]
193
- }
@@ -1,142 +0,0 @@
1
- camp-data:
2
- - name: music box interactive configuration
3
- reactions:
4
- - MUSICA name: foo
5
- products:
6
- bar:
7
- yield: 1
8
- buz:
9
- yield: 1
10
- reactants:
11
- foo: {}
12
- scaling factor: 1
13
- type: PHOTOLYSIS
14
- - A: 6.0e-34
15
- B: -2.4
16
- D: 300
17
- E: 0
18
- Ea: 0
19
- products:
20
- M:
21
- yield: 1
22
- baz:
23
- yield: 1
24
- reactants:
25
- M:
26
- qty: 1
27
- bar:
28
- qty: 1
29
- quuz:
30
- qty: 1
31
- type: ARRHENIUS
32
- - Fc: 0.6
33
- N: 1
34
- k0_A: 2.5e-31
35
- k0_B: -1.8
36
- k0_C: 0
37
- kinf_A: 2.2e-11
38
- kinf_B: -0.7
39
- kinf_C: 0
40
- products:
41
- baz:
42
- yield: 1
43
- reactants:
44
- bar:
45
- qty: 1
46
- foo:
47
- qty: 1
48
- type: TROE
49
- - MUSICA name: buz
50
- scaling factor: 1
51
- species: buz
52
- type: EMISSION
53
- - MUSICA name: bar
54
- scaling factor: 2.5
55
- species: bar
56
- type: FIRST_ORDER_LOSS
57
- - Fc: 1.3
58
- N: 32.1
59
- k0_A: 32.1
60
- k0_B: -2.3
61
- k0_C: 102.3
62
- kinf_A: 63.4
63
- kinf_B: -1.3
64
- kinf_C: 908.5
65
- products:
66
- bar:
67
- yield: 0.5
68
- foo: {}
69
- reactants:
70
- bar: {}
71
- baz: {}
72
- type: TERNARY_CHEMICAL_ACTIVATION
73
- - X: 12.3
74
- Y: 42.3
75
- a0: 1.0e-05
76
- alkoxy products:
77
- bar:
78
- yield: 1.0
79
- baz:
80
- yield: 3.2
81
- n: 3
82
- nitrate products:
83
- quz:
84
- yield: 1.0
85
- reactants:
86
- foo: {}
87
- quz:
88
- qty: 2
89
- type: BRANCHED
90
- - X: 0.32
91
- Y: 230000000.0
92
- a0: 0.423
93
- alkoxy products:
94
- baz: {}
95
- n: 6
96
- nitrate products:
97
- bar:
98
- yield: 0.5
99
- foo: {}
100
- reactants:
101
- bar: {}
102
- baz: {}
103
- type: WENNBERG_NO_RO2
104
- - A: 32.1
105
- B: -2.3
106
- C: 102.3
107
- products:
108
- bar:
109
- yield: 0.5
110
- foo: {}
111
- reactants:
112
- bar: {}
113
- baz: {}
114
- type: TUNNELING
115
- - A: 2.1
116
- B: -1.3
117
- C: 12.3
118
- products:
119
- bar2:
120
- yield: 0.5
121
- foo2: {}
122
- reactants:
123
- bar2: {}
124
- baz2: {}
125
- type: WENNBERG_TUNNELING
126
- - MUSICA name: kbar
127
- gas-phase products:
128
- bar:
129
- yield: 0.5
130
- foo: {}
131
- gas-phase reactant: bar
132
- reaction probability: 0.5
133
- type: SURFACE
134
- - MUSICA name: bar
135
- products:
136
- bar: {}
137
- reactants:
138
- foo:
139
- qty: 2
140
- scaling factor: 2.5
141
- type: USER_DEFINED
142
- type: MECHANISM
@@ -1,40 +0,0 @@
1
- {
2
- "camp-data": [
3
- {
4
- "name": "foo",
5
- "type": "CHEM_SPEC"
6
- },
7
- {
8
- "name": "bar",
9
- "type": "CHEM_SPEC"
10
- },
11
- {
12
- "name": "buz",
13
- "type": "CHEM_SPEC"
14
- },
15
- {
16
- "name": "quuz",
17
- "type": "CHEM_SPEC"
18
- },
19
- {
20
- "name": "foo2",
21
- "type": "CHEM_SPEC"
22
- },
23
- {
24
- "name": "bar2",
25
- "type": "CHEM_SPEC"
26
- },
27
- {
28
- "name": "baz",
29
- "type": "CHEM_SPEC"
30
- },
31
- {
32
- "name": "baz2",
33
- "type": "CHEM_SPEC"
34
- },
35
- {
36
- "name": "M",
37
- "type": "CHEM_SPEC"
38
- }
39
- ]
40
- }
@@ -1,19 +0,0 @@
1
- camp-data:
2
- - name: foo
3
- type: CHEM_SPEC
4
- - name: bar
5
- type: CHEM_SPEC
6
- - name: buz
7
- type: CHEM_SPEC
8
- - name: quuz
9
- type: CHEM_SPEC
10
- - name: foo2
11
- type: CHEM_SPEC
12
- - name: bar2
13
- type: CHEM_SPEC
14
- - name: baz
15
- type: CHEM_SPEC
16
- - name: baz2
17
- type: CHEM_SPEC
18
- - name: M
19
- type: CHEM_SPEC