| |
Methods defined here:
- __init__(self, sampling_period=1)
- _adjust_particles(self)
- add(self, element, final=0)
- apply_options(self, options)
- beta(self)
- returns the velocity of the reference particle in natural units
- charge(self, charge_e)
- correlation_coeffs(self, xpx=None, xy=None, pxy=None, xpy=None, pxpy=None, ypy=None, xz=None, pxz=None, yz=None, pyz=None, xpz=None, pxpz=None, ypz=None, pypz=None, zpz=None)
- Correlation coefficients for use the with gaussian covariance
distribution
- current(self, current_A)
- default_correlation_coeffs(self)
- Sets all correlation coefficients to zero.
- describe(self, file=<open file '<stdout>', mode 'w'>)
- dimensions(self, dim)
- error_studies(self, bool)
- gamma(self)
- get_conversions(self)
- initial_phase(self, phase)
- input_distribution(self, name)
- integrator(self, name)
- kinetic_energy(self, energy_GeV)
- map_order(self, order)
- mass(self, mass_GeV)
- omega(self)
- output_type(self, name)
- particles(self, number)
- pipe_dimensions(self, width_x_m, width_y_m)
- processors(self, procs_per_node, nodes)
- pz_GeVoc(self)
- restart(self, bool)
- scaling_frequency(self, frequency_Hz)
- set_psdffile(self, filename)
- space_charge_BC(self, name)
- space_charge_grid(self, nx, ny, nz)
- sub_cycle(self, bool)
- verify_dict(self, item, the_dict, caller, kind)
- verify_enum(self, item, list, caller, kind)
- write_file(self, file)
- write_ptcldat(self, filename)
- x_params(self, sigma, lam, r=None, mismatch=1, mismatch_p=1, offset=0, offset_p=0)
- The correlation coefficient r can also be set by the xpx argument
to correlation_coeffs
- y_params(self, sigma, lam, r=None, mismatch=1, mismatch_p=1, offset=0, offset_p=0)
- The correlation coefficient r can also be set by the ypy argument
to correlation_coeffs
- z_params(self, sigma, lam, r=None, mismatch=1, mismatch_p=1, offset=0, offset_p=0, num_peaks=1)
- The correlation coefficient r can also be set by the zpz argument
to correlation_coeffs
Data and non-method functions defined here:
- __doc__ = None
- __module__ = 'impact_parameters'
|