We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here an example:
In [7]: ps_part.p0c = 7000*1e9 --------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-7-6b6e194dff1d> in <module>() ----> 1 ps_part.p0c = 7000*1e9 ~/Desktop/WeakStrongDevelopment/pysixtrack/pysixtrack/particles.py in p0c(self, p0c) 282 new = self._f1(self.mass0, p0c) 283 self._update_ref(*new) --> 284 self._update_particles(*new) 285 286 energy0 = property(lambda self: self._energy0) ~/Desktop/WeakStrongDevelopment/pysixtrack/pysixtrack/particles.py in _update_particles(self, mass0, beta0, gamma0, p0c, energy0) 328 Energy = self.Energy 329 Pc = self.Pc --> 330 mratio = mass / mass0 331 self._mratio = mratio 332 self._chi = self._qratio / mratio NameError: name 'mass' is not defined
The text was updated successfully, but these errors were encountered:
Review whole logic of updates...
Sorry, something went wrong.
Merge pull request #14 from rdemaria/master
db84f84
from riccardo
No branches or pull requests
Here an example:
The text was updated successfully, but these errors were encountered: