scrobble.life
STEMGeeks

Isnochys does Science #1

[Credits: geralt (Pixabay)]

@lemouth has started the project Citizen Science, where I am going to take part.

Task 1: Top-antitop production at the LHC

I start up the shell and execute the binary mg5_aMC And voila:

Defined multiparticle all = g u c d s u~ c~ d~ s~ a ve vm vt e- mu- ve~ vm~ vt~ e+ mu+ t b t~ b~ z w+ h w- ta- ta+

Question: Why is there no "g~"? No anti gluon? Very sad for that poor gluon, to be so alone!

Now I start a Proton - Proton collision:

generate p p > t t~

Looking good: image.png

As I am running this on a headless server, following command does nothing for me:

display diagrams

image.png

Task 2: A Fortran code for top-antitop production at the LHC

I am not creative, so for the second task, I use the same command:

output some_name

image.png

Everything is there: (barely visible)

image.png

Task 3: Computing the rate to top-antitop production at the LHC

Now I realized, I didn't have Fortran installed on the server, because, srsly, who needs FOrtran? What next COBOL? Well, at work, I need COBOL on kind of a daily basis, Fortran not so much;) After Installing, I start again from scratch and change also some_name.

launch citizenscience

image.png

I seem to miss module 6, not sure, if needed later.

Edited with vi to False the config and started by pressing enter. And now I wait. Running this on one of my cheap VPS, so only 2 cores available. But I got time! :D

INFO: Running Pythia8 [arXiv:1410.3012]
Splitting .lhe event file for PY8 parallelization...
Submitting Pythia8 jobs...
Pythia8 shower jobs: 1 Idle, 1 Running, 0 Done [9 seconds]

image.png

Same run on different machine:

image.png

Task 4: Checking out whether everything went fine

880M of Data in tag_1_pythia8_events.hepmc.gz I am fine with it, I would say.

That's it for today. ( I might install gnuplot at some point;)

Posted with STEMGeeks

Comments · 3

  • @andy-vibes(51)· 1611d

    Science is just so PIMPED !LOL

    !PIMP !HBIT

  • @stemsocial(64)· 1612d

    Thanks for your contribution to the STEMsocial community. Feel free to join us on discord to get to know the rest of us!

    Please consider delegating to the @stemsocial account (85% of the curation rewards are returned).

    You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support. 
     

  • @lemouth(75)· 1612d

    Thanks a lot for taking part to this project. I am pleased to read that you managed to go through all the tasks. I will answer below to the few points you raised in your report. Feel free to come back to me whenever it is needed.

    Just out of curiosity, how long did it take you? How was the volume of work required? Was it reasonable or too large/too small? Thanks in advance for your feedback on these points.

    Let me know answer your various questions.

    Question: Why is there no "g~"? No anti gluon? Very sad for that poor gluon, to be so alone!

    All matter particles of the Standard Model (the 6 quarks, 3 charged leptons and 3 neutrinos) all come accompanied by their antiparticles. In contrast, the mediators of the fundamental interactions are all their own antiparticle, with the exception of the W boson. There are thus no antiparticles for the photon, the Z boson and the gluons. In addition, the Higgs boson is also its own antiparticle.

    On common point to these particles that are their own antiparticle is that they are all electrically neutral. This property of being one's own antiparticle comes from the way they behave under the symmetries of the Standard Model. This can be further explained by generalising the concept of electric charge: if some particle is neutral for all charges of the theory, then it is its own antiparticle. The few examples above follow that rule.

    As I am running this on a headless server, following command does nothing for me:

    To be able to see the diagrams, you may need to add a viewer for .eps files, and add the corresponding information in the file input/mg5_configuration.txt. Nevertheless, note that this is not really a blocking point for the rest.

    I seem to miss module 6, not sure, if needed later.

    What is module 6? I didn't understand that one. Do you mind clarifying?

    ( I might install gnuplot at some point;)

    ghostscript may also be the way to go the be able to view the .eps files. I remember using evince back in the days, but it seems that it does not work on recent Linux systems.