Skip to content
Snippets Groups Projects
Select Git revision
  • 797693e567233d53e1a527068ab10e0334245a14
  • stable default protected
  • develop protected
  • feature-particle-in-cell
  • feature-quad_wakes_LongRangeResistiveWall
  • Resisitve_wall_eff_radius_yokoya
  • feature-iqdamper0
  • feature-feedback-IQ-damper0
  • feature-read_wakis
  • use-one-bin
  • RF-FBv0.6
  • RF-FBv0.5
  • faster_pytorch
  • RF-FB
  • util
  • RFBucket
  • Long-range_wakepotential
  • 0.9.0
  • 0.8.0
  • 0.7.0
  • 0.6.0
  • 0.5.0
  • 0.4
  • 0.3
  • 0.2
  • 0.1
26 results

__init__.py

Blame
    • Gamelin Alexis's avatar
      85a49966
      Merge of Vlasov code with mbtrack2 · 85a49966
      Gamelin Alexis authored
      Add CavityResonator class
      Add BeamLoadingVlasov class, to do tested and developped further.
      From BeamLoadingVlasov, only the beam_equilibrium method is well tested and benchmarked.
      The cannonical_transform and solveB methods have to be tested and benchmarked further.
      85a49966
      History
      Merge of Vlasov code with mbtrack2
      Gamelin Alexis authored
      Add CavityResonator class
      Add BeamLoadingVlasov class, to do tested and developped further.
      From BeamLoadingVlasov, only the beam_equilibrium method is well tested and benchmarked.
      The cannonical_transform and solveB methods have to be tested and benchmarked further.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    cod_rms.plt 1.15 KiB
    ps = 0; eps = 0;
    
    if (!ps) set terminal x11;
    if (ps && !eps) \
      set terminal postscript enhanced color solid lw 2 "Times-Roman" 20;
    if (ps && eps) \
      set terminal postscript eps enhanced color solid lw 2 "Times-Roman" 20;
    
    set grid;
    
    set style line 1 lt 1 lw 1 lc rgb "blue";
    set style line 2 lt 1 lw 1 lc rgb "green";
    set style line 3 lt 1 lw 1 lc rgb "red";
    
    if (ps) set output "cod_rms_1.ps"
    set title "Horizontal RMS Orbit \n \
    ({/Symbol D}x_{rms}=100 {/Symbol m}m, {/Symbol D}y_{rms}=100 {/Symbol m}m)";
    set xlabel "s [m]"; set ylabel "[mm]";
    set yrange [-0.01:*];
    set y2range [-1.5:20];
    plot "cod_rms.out" using 3:4 axis x1y2 notitle with fsteps lt 1 lw 1 \
         lc rgb "black", \
         "cod_rms.out" using 3:5:5:7 notitle with errorbars ls 1;
    if (!ps) pause -1;
    
    if (ps) set output "cod_rms_2.ps"
    set title "Vertical RMS Orbit \n \
    ({/Symbol D}x_{rms}=100 {/Symbol m}m, {/Symbol D}y_{rms}=100 {/Symbol m}m)";
    set xlabel "s [m]"; set ylabel "[mm]";
    set yrange [-0.015:*];
    set y2range [-1.5:20];
    plot "cod_rms.out" using 3:4 axis x1y2 notitle with fsteps lt 1 lw 1 \
         lc rgb "black", \
         "cod_rms.out" using 3:8:8:10 notitle with errorbars ls 3;
    if (!ps) pause -1;