Skip to content

atmodel inherits from matlab.mixin.Copyable

Laurent Farvacque requested to merge atmodel_copyable into master

This change relies on the last update of AT !!

  • Inheriting from matlab.mixin.Copyable adds a copy methods which produces a shallow copy of the atmodel object
  • Added a model.substitute method to modify selected elements with a given perturbation function.
  • Added a dp/p input to model.settune, as it is in atfittune
  • Faster startup by delaying optics computation
  • Event notification when the lattice changes
Edited by Laurent Farvacque

Merge request reports