Giter Site home page Giter Site logo

feynmandiagrams's Introduction

FeynmanDiagrams

======To compile====== latex hggTT.tex mpost hggTT_diag.mp latex hggTT.tex dvips -E hggTT.dvi -o hggTT.eps epstopdf hggTT.eps

======Example diagram======= \documentclass{article} \usepackage{feynmp} \pagestyle{empty} %Takes away pagenumbers etc. \begin{document}

\unitlength = 1mm \begin{fmffile}{analisi_diag} %Creating a diagram called "my_process_diag" \begin{fmfchar*}(40,25)%(x.y) sono la grandezza del diagramma %Particelle stato iniziale(i) e finale (o) \fmfleft{i1,i2} %particelle nello stato iniziale {id1,id2,....} \fmfright{o1,o2} \fmflabel{$\bar{T}$}{o1} \fmflabel{$T$}{o2} % ||^ particelle stato finale, con label. Potresti farlo anche al momento della costruzione delle linee, ma % in questo modo i label sono molto meglio piazzati

%comincia a chiudere le linee e costruire il diagramma \fmf{gluon}{i1,v1,i2} %c'è un gluone che da i1 passa per il vertice v1 e va in i2 (quindi una forma a > nello stato iniziale \fmf{gluon}{v1,v2} %c'è un gluone che fa il propagatore tra i vertici v1 e v2 \fmf{fermion}{o1,v2}% il senso della freccia è dato dall'ordine dei vertici %\fmf{plain}{vx,v2} %questa linea in più serve per fare più lunga la freccia e piazzare il label %n.b: destra e sinistra sono stabiliti rispetto al senso della freccia %\fmf{plain}{v2,vy} %questa linea in più serve per fare più lunga la freccia e piazzare il label \fmf{fermion}{v2,o2} %% questo è il T$

%\fmfdot{v1,v2}% questo decide quali vertici abbiamo un punto marcato \end{fmfchar*} \end{fmffile}

\end{document}

feynmandiagrams's People

Contributors

michelif avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.