You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, we decided to attach the spin/polarization information to the AbstractProcessDefinition. Therefore, it is obvious to implement accessor functions like incoming_spin_pol and outgoing_spin_pol returning a tuple of the respective spins and pols (similar to incoming_particles and outgoing_particles).
This should also be reflected in the process interface.
The text was updated successfully, but these errors were encountered:
In the current implementation, we decided to attach the spin/polarization information to the
AbstractProcessDefinition
. Therefore, it is obvious to implement accessor functions likeincoming_spin_pol
andoutgoing_spin_pol
returning a tuple of the respective spins and pols (similar toincoming_particles
andoutgoing_particles
).This should also be reflected in the process interface.
The text was updated successfully, but these errors were encountered: