TransportFirstOrderTaylorIntegratorExact#

class georges.manzoni.integrators.TransportFirstOrderTaylorIntegratorExact[source]#

Bases: TransportIntegrator

Attributes Summary

MATRICES

Methods Summary

cache(element)

propagate(element, beam_in, beam_out, ...)

Attributes Documentation

MATRICES = {'BEND': CPUDispatcher(<function compute_transport_combined_dipole_ex_matrix>), 'FRINGEIN': CPUDispatcher(<function compute_transport_fringe_in_ex_matrix>), 'FRINGEOUT': CPUDispatcher(<function compute_transport_fringe_out_ex_matrix>), 'MULTIPOLE': CPUDispatcher(<function compute_transport_multipole_ex_matrix>), 'QUADRUPOLE': CPUDispatcher(<function compute_transport_quadrupole_ex_matrix>), 'SBEND': CPUDispatcher(<function compute_transport_combined_dipole_ex_matrix>), 'SEXTUPOLE': CPUDispatcher(<function compute_transport_sextupole_ex_matrix>)}#

Methods Documentation

classmethod cache(element) List[source]#
classmethod propagate(element, beam_in, beam_out, global_parameters: List)[source]#