Skip to content

Commit

Permalink
Merge pull request #170 from smash-transport/sass/Oscar_filter
Browse files Browse the repository at this point in the history
Filter in Constructor
  • Loading branch information
nilssass authored Dec 7, 2023
2 parents 9717ce7 + 2973e03 commit 8d7abdf
Show file tree
Hide file tree
Showing 5 changed files with 863 additions and 566 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ The main categories for changes in this file are:

A `Deprecated` section could be added if needed for soon-to-be removed features.

## Unreleased
## v1.1.0-Newton

### Added

* Import with `from sparkx import *` is now possible
* EventCharacteristics: Possibility to smear (Gaussian or covariant) energy, baryon, charge and strangeness densities in Milne and Minkowski coordinates with writing to a file for subsequent hydro evolution
* Histogram: Method to set the systematic error
* Lattice3D: Add covariant smearing of densities for particles
* Oscar: Add option to apply filters while read-in to improve RAM usage
* Oscar: Add spacetime cut
* Particle: Add strangeness, spin and spin_degeneracy functions
* Tests: Add automatic tests for the Particle class
Expand Down
1 change: 1 addition & 0 deletions docs/source/classes/Jetscape/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ Jetscape
.. automethod:: Jetscape.rapidity_cut
.. automethod:: Jetscape.pseudorapidity_cut
.. automethod:: Jetscape.multiplicity_cut
.. automethod:: Jetscape.particle_status
.. automethod:: Jetscape.print_particle_lists_to_file
Loading

0 comments on commit 8d7abdf

Please sign in to comment.