Dear all,
I want to see the effect of a transfer line on the chromatic amplitude and phase, however, when I try to set the start value of the W functions to zero it is ignored and calculated from the input twiss.
>>> tw_in_w_set_to_zero['W']
array([[0., 0.]])
>>> _,_,tw_out = my_transfer_line.linopt6(refpts=0,get_w=True,twiss_in=tw_in_w_set_to_zero[0])
>>> tw_out['W']
array([[12.91922806, 1.36202752]]) # I expected this to be zero
Dear all,
I want to see the effect of a transfer line on the chromatic amplitude and phase, however, when I try to set the start value of the W functions to zero it is ignored and calculated from the input twiss.