Skip to main content

Spinor Helicity Amplitudes

Project description

antares-results

This is a repository for spinor-helicity amplitudes reconstructed from numerical evaluations.

CI Lint CI Test Docs PyPI PyPI Downloads DOI

Quick Start

Vjj (two-loops planar)

Load all $qggqV$ coefficients and evaluate them (for exmaple at a $\mathbb{F}_p$ phase space point). These are a basis of the vector space of pentagon-function coefficients.

In [1]: from antares_results.Vjj.qggqll.mhv import lTerms
In [2]: from lips import Particles
In [3]: from syngular import Field

# print analytic expressions for the first 5 rational functions in the basis of the vector space of pentagon-function coefficients
In [4]: print(lTerms[:5])
Out [4]: [Terms("""+(+1⟨4|6⟩²)/(⟨1|2⟩⟨2|3⟩⟨3|4⟩⟨5|6⟩)"""), Terms("""+(+1⟨4|6⟩⟨1|4⟩[1|5])/(⟨1|2⟩⟨2|3⟩⟨3|4⟩⟨1|5+6|1])"""), Terms("""+(-1⟨1|6⟩[2|3]⟨4|6⟩)/(⟨1|3⟩⟨2|3⟩⟨5|6⟩⟨1|2+4|3])"""), Terms("""+(+1[2|3]⟨4|6⟩⟨2|6⟩)/(⟨1|2⟩⟨2|3⟩⟨5|6⟩⟨2|3+4|2])"""), Terms("""+(+1⟨3|6⟩[2|3]⟨4|6⟩)/(⟨1|3⟩⟨2|3⟩⟨5|6⟩⟨3|2+4|3])""")]

# generate a random phase space point (in this case over finite fields) and evaluate the basis
In [5]: oPs = Particles(6, field=Field("finite field", 2 ** 31 - 1, 1), seed=0)
In [6]: lTerms(oPs)
Out [4]: [1162389822 % 2147483647, 1610387318 % 2147483647, 173910601 % 2147483647, 1377129258 % 2147483647, 2082634606 % 2147483647, ...]

Floating point (real or complex) and $p$-adic phase space points work much in the same way.

ttH (one-loop)

Load all $qqttH$ coefficients. These are directly coefficients of the respective Feynman integrals (labeld by external legs and internal mass routings).

In [1]: from antares_results.ttH.qqttH.pm import coeffs as qqttH_pm_coeffs
In [2]: qqttH_pm_coeffs.keys()
Out [2]:  dict_keys(['tree', 'bub12x00', 'tri12x3x00m', 'box3x12x4xm00m', 'tri13x24xm0m', 'box3x4x12xm0mm', 'box3x1x24xm00m', 'bub13xm0', 'bub34xmm', 'tri124x3xm0m', 'bub1234xmm', 'tri12x3xmm0', 'bub123xm0', 'box4x2x1xm000', 'tri12x34xmmm', 'bub12xmm'])
In [3]: from antares_results.ttH.momenta import oPsKCheck  # load a phase space point
In [4]: {key: val(oPsKCheck) for key, val in qqttH_pm_coeffs.items()}
Out[4]: 
{'tree': mpc(real='0.4998512132360710056', imag='0.1143902001899784471'),
 'bub12x00': mpc(real='0.08890670891584541782', imag='3.486530065803925438'),
 'tri12x3x00m': mpc(real='48.35977263849211738', imag='53.33641975568919236'),
 'box3x12x4xm00m': mpc(real='-47.46308257461350877', imag='-45.87188967765678171'),
 'tri13x24xm0m': mpc(real='-12.70147396497987757', imag='2.465657548592817883'),
 'box3x4x12xm0mm': mpc(real='-0.8736344184540660862', imag='-9.246218431210708744'),
 'box3x1x24xm00m': mpc(real='25.39062949179914419', imag='-8.492255173857109485'),
 'bub13xm0': mpc(real='0.07829108262369600946', imag='-0.1842325910625640072'),
 'bub34xmm': mpc(real='0.1032547846538197367', imag='0.3591837975251150339'),
 'tri124x3xm0m': mpc(real='5.625101060149315213', imag='1.58915938402978163'),
 'bub1234xmm': mpc(real='-0.820858500734524571', imag='-0.03028493471636876586'),
 'tri12x3xmm0': mpc(real='-6.615318666263966363', imag='-8.927541807153011488'),
 'bub123xm0': mpc(real='0.6853493549121706108', imag='-1.404274244486850426'),
 'box4x2x1xm000': mpc(real='-90.29617792252767927', imag='6.479713760815963397'),
 'tri12x34xmmm': mpc(real='-4.354721966504684239', imag='-3.285466744291004104'),
 'bub12xmm': mpc(real='-0.3362765929597263115', imag='-0.4684054239865742472')}

jjj (two-loops full-color)

Analogous to $Vjj$.

jjjj (one-loop)

Analogous to $ttH$.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

antares_results-0.1.0-py3-none-any.whl (43.3 kB view details)

Uploaded Python 3

File details

Details for the file antares_results-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for antares_results-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d6573cae3b6df3f5eabdb0df8ba88d61c913185645bd9ec1c7d352fd1ce0d7e7
MD5 569db71bfb05054c5939d1a32df12c15
BLAKE2b-256 269c5809688444b7ab9e6442f9ad7cbfb0972247a40d56552a950e4db00d0615

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page