radiasoft / sirepo

Sirepo is a framework for scientific cloud computing. Try it out!
https://sirepo.com
Apache License 2.0
64 stars 31 forks source link

example of Los Alamos PSR: correct the central momentum value #3756

Open dtabell opened 3 years ago

dtabell commented 3 years ago
image

Protons circulating in the PSR have a kinetic energy of 797 MeV. That corresponds to a p_0*c of 1459.73103979 MeV. FWIW, that value is computed on the basis of the CODATA 2018 value for the proton rest energy. It will differ in the last 3 digits if one is using CODATA 2014.

dtabell commented 3 years ago

In addition, after inserting the correct value for the central momentum, then later, looking at the list of

image

in the Visualization tab, I see

image

Have not yet figured out how this value might arise.

cchall commented 3 years ago

@dtabell pCentral of 1.555 is the central beta gamma for the accelerator. elegant normally reports all momenta as betagamma so for electrons pCentral = 1.555 m_e c makes sense. In the case of other particle types you can just ignore the unit field and take beta * gamma.

dtabell commented 3 years ago

Thanks, @cchall. So that's saying that p_central = 1.5557 ... * m_e c. And the PSR protons do indeed have βγ of 1.5557....

Now that elegant is moving towards handling particles besides electrons, we might improve this by deleting the “ m_ec” and changing the label pCentral to βγ_central.