Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layer pybindings #20

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    f75205b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    63c25c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. correct warning message

    atrettin committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    0089b64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ac81d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Configuration menu
    Copy the full SHA
    2ef675a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7394d43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69b74de View commit details
    Browse the repository at this point in the history
  4. remove verbosity

    atrettin committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    d9ac2e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6d89f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Configuration menu
    Copy the full SHA
    dfb6392 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. clarify comments

    atrettin committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    5a6b6c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    494677c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    1442eed View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. implement low-pass filtering in nuSQuIDS

    This commit uses the low-pass filtering introduced in the latest PR to SQuIDS. This low-pass filtering can be applied while integrating the interaction picture states over time by calling
    `Set_EvolLowPassCutoff` to choose a cut-off frequency of the filter. The frequency has units 1/length. This filter can speed up calculation of interaction picture states significantly in the presence of
    eV-scale sterile neutrinos.
    
    There are a few more additions to the Python interface of `nuSQUIDSLayers` that allow the filter to be applied also when projecting out probabilities from interpolated states.
    atrettin committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    922bec0 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    dc825a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. improve pybindings for nusquids layers and prepare enabling of both

    … mode
    
    Pybindings are greatly improved with overloads instead of differently named
    functions, with doc-strings for the most important methods.
    
    Preparations have been made to enable `both` mode to propagate neutrinos
    and antineutrinos in the future. Work to enable it properly are still
    ongoing.
    atrettin committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    6dfae33 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. enable both propagation mode for single energy, improve pybinding

    The single-energy mode of nuSQuIDS is now initialized in the same way
    as for the multiple-energy mode. This enables propagation of neutrinos
    and antineutrinos at the same time.
    
    Pybindings for nusquids layers have been improved further to allow
    passing of different averaging ranges for every event.
    atrettin committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    fb3eca9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    1c14b3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c692f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9ab9e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    a643d32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d64e7b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. better comments

    atrettin committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    8b49d04 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    8492e35 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    91ca064 View commit details
    Browse the repository at this point in the history