Skip to content

Commit

Permalink
Merge pull request #440 from lukasmerten/plugins
Browse files Browse the repository at this point in the history
Plugins
  • Loading branch information
JulienDoerner authored Oct 4, 2023
2 parents d091d2c + 187720a commit cab3867
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
* AMRMagenticField - underlying library (saga) is no longer supported.

### New plugins and resources linked on the webpages:
* FieldlineIntegrator
* grplinst
* monopole
* ROOTOutputPlugin



Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,15 @@ as well as [additional publications](https://crpropa.github.io/CRPropa3/pages/ho
An extensive list of publications using CRPropa can be found via
[inSPIRE](https://inspirehep.net/search?ln=en&ln=en&p=refersto%3Arecid%3A1322902+or+refersto%3Arecid%3A1432676+or+refersto%3Arecid%3A1242078&of=hb&action_search=Search&sf=earliestdate&so=d&rm=&rg=25&sc=0).


## Plugins
Plugins are extensions of the core CRPropa framework, but they are not maintained by the CRPropa developer team. Instructions to install plugins can be found in the [documentation](https://crpropa.github.io/CRPropa3/pages/example_notebooks/extending-CRPropa/extending-CRPropa.html#Plugins:-Integrate-Custom-C++-Code-to-CRPropa%E2%80%99s-Python-Steering).

Make sure to correctly cite the plugins when using them.

| Name | Purpose | Link |
| ---- | ------- | ---- |
| FieldlineIntegrator | Magnetic Field Analysis | <https://github.com/lukasmerten/CRPropa_FieldLineIntegrator> |
| grplinst | Plasma Instabilities | <https://github.com/rafaelab/grplinst> |
| monopole | Magnetic Monopole Studies | https://github.com/chchristie/monopole/tree/main |
| ROOTOutputPlugin | Output into root file format | https://github.com/CRPropa/ROOTOutputPlugin |

0 comments on commit cab3867

Please sign in to comment.