Skip to main content

Code computing approximate DIS N3LO coefficients

Project description

ADANI

ADANI (Approximate DIS At N$^3$LO Implementation) is a C++ code that computes an approximation for the DIS coefficient functions at N$^3$LO in heavy quark production, that are not fully known yet.

ADANI has been used in the NNPDF4.0 PDFs determination at approximate N$^3$LO to produce the N$^3$LO DIS theory predictions, see arXiv and arXiv.

Citation Policy

When using this code please cite arXiv

Dependencies

The code depends on the public library gsl.

Optional dependencies are the library pybind11 and the Python module scikit-build (both public), that are required for building the Python bindings.

Installation

In order to install the C++ library run

mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/your/installation/path/ ..
make && make install

The Python package is available via:

  • PyPI PyPI. Install it with
pip install adani
  • conda-forge: Conda Version. Install it with
conda install adani

For installing the Python module from source run

pip install .

Compile a C++ program

In order to compile a simple program run

g++ -Wall -o test.exe test.cpp `adani-config --cppflags --ldflags --cxxflags`

or

g++ -Wall -I/your/installation/path/include -L/your/installation/path/lib/ -o test.exe test.cpp -ladani

In both cases remember to run

export PATH=$PATH:/your/installation/path/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your/installation/path/lib

For MacOS users: add the flags -std=c++17 -stdlib=libc++ and run also

export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/your/installation/path/lib

The installation with conan2 is also available: after running conan export . in the project root folder, run

cd examples
conan build . --build missing

Import the Python module

In order to use the Python module add

import adani

to a Python program.

Contributing

If you want to report a (possible) bug or want to ask for a new feature, please raise an issue: GitHub issues

Contacts

Contact me at niclaurenti@gmail.com (please don't).

Words of our prophet

La garra charrúa! L'ultima parola agli uruguagi, sempre loro! L'ultima parola nel calcio è la loro: hanno un cuore differente, lo capisci o no? L'artiglio che graffia, che lascia il segno nella storia dell'Inter: questa è la storia che si ripete! [...] Il graffio che aveva portato l'Inter in Champions serve per rimarcare il territorio: questo è l'Uruguay quando va in campo con tutto se stesso...ecco chi è Vecino: stanco, si, ma lascia in campo Vecino che parla alla fine, lascialo in campo, che la dice lui l'ultima cosa nel calcio! Stanno a insegnare cos'è il calcio agli uruguagi, ma vedi un po' te.

18/09/2018

Messi! Messi! Leo Messi! Il sinistro migliore del mondo. Da Di Maria a Messi, dalla Bajada alla Perdriel sempre Rosario, la città del calcio. Uno per l'altro. Si sblocca la partita. Football! [...] Tutti in piedi per il miglior giocatore del mondo. Rispetto per il numero uno. [...] Rosario, città del calcio, per questo calciatore che troppe volte è stato criticato. Anche quando era a Barcellona, quando è arrivato, sofferente, da giovane, non ha mai dimenticato l'argentino. Parla rosarino, sente l'argentino nel sangue, ha pianto per la Seleccion ed è lui che la tiene in vita. [...] La mistica che entra in campo. Abbiamo nominato Diego [Armando Maradona] 10 minuti fa. Con Diego dentro tutto è possibile ed è col pianto dell'Argentina e gli occhi spiritati del miglior giocatore del mondo. [...] VAMO!

26/11/2022

Project details


Download files

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

Source Distribution

adani-1.1.0.tar.gz (2.9 MB view details)

Uploaded Source

Built Distributions

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

adani-1.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

adani-1.1.0-cp314-cp314t-macosx_15_0_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

adani-1.1.0-cp314-cp314t-macosx_14_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

adani-1.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

adani-1.1.0-cp314-cp314-macosx_15_0_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

adani-1.1.0-cp314-cp314-macosx_14_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

adani-1.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

adani-1.1.0-cp313-cp313-macosx_15_0_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

adani-1.1.0-cp313-cp313-macosx_14_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

adani-1.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

adani-1.1.0-cp312-cp312-macosx_15_0_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

adani-1.1.0-cp312-cp312-macosx_14_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

adani-1.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

adani-1.1.0-cp311-cp311-macosx_15_0_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

adani-1.1.0-cp311-cp311-macosx_14_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

adani-1.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

adani-1.1.0-cp310-cp310-macosx_15_0_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

adani-1.1.0-cp310-cp310-macosx_14_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

adani-1.1.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

adani-1.1.0-cp39-cp39-macosx_15_0_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

adani-1.1.0-cp39-cp39-macosx_14_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

adani-1.1.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

adani-1.1.0-cp38-cp38-macosx_15_0_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8macOS 15.0+ x86-64

adani-1.1.0-cp38-cp38-macosx_14_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.8macOS 14.0+ ARM64

File details

Details for the file adani-1.1.0.tar.gz.

File metadata

  • Download URL: adani-1.1.0.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for adani-1.1.0.tar.gz
Algorithm Hash digest
SHA256 9d98850772b27cca29218e547fa64b9178c8ee8e0d7eaebc35d955b62af34149
MD5 b6b0644f4ce0962b39a2426cfcb99f4f
BLAKE2b-256 cbcef36cb7ac499fb67af340cd9ac3c3e38ce11ce4c0f5f3f11e09adc8264b03

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 158bef629a103387e8823b6efb13d561be3a85c676ecceb59f6de0e0517b3c8a
MD5 4496f9bf3acda82b03952aea4f2f0144
BLAKE2b-256 ce5d2e9fd815dcf6c126041ee83063108ef88a68553b4c00b4990aa06d65959b

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp314-cp314t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 43dc8eceb0289842d5e387e82aba80adb39e49b3e1b0b184d3c47272030650ff
MD5 c0991c8cce96017efd54e4f9204aba80
BLAKE2b-256 f0e5cc85337c5bfc5df1a8457ec1a74071c733427b07333e91f6ca6430306801

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp314-cp314t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 18d0b76203019f8f66b871ebb6ae242cd28f04789a1e51ea6279282a30a24f8b
MD5 1c1c9e2f7005d8094687699621b46ec0
BLAKE2b-256 5b9138327620911f20b83685593b33aa02209ae848c86fdc392ba120dbc2a346

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dbe9734ee1e58476960dcd0be905774ef75a565e040fe3ffa445ca6074f299da
MD5 049b8aa267075b4ea2eb1ad6643c92bf
BLAKE2b-256 6e26489e8b3e24dcb16b1eea736d0d6a7d964ae42b429425813a675b99ac1344

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 31f07eca7e5802ce7dce193407d6e2decdf05669db56bfa5dc4da5edf1e53962
MD5 a6570433c290118e04753048ba7bc51c
BLAKE2b-256 60807459943d806160846f6d27092353a39ba6d88892ed1e764ed4a5b3062b5b

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 969e39261e9a909a517b447e7899a65cd8fe1cc5593660e60cbb3413d65763dc
MD5 97bf32e4e8e0ee05db5316cedb468499
BLAKE2b-256 c9a8695cd57ec710e4b21f0168f6f9fe854dd004f359a5887d48fa51a161faef

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42ee4ebbeed9a2767e2b2378b621bbf8ee3400486a83214235ff52f6a02468ee
MD5 b605b2abedd06c6dbc89f8063947abf9
BLAKE2b-256 3ffcaab40e663fd4352b871e67095ec7b03eb4e36ae26c2516204495091124f3

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 8b3d72ea257c90de843b811973b3e4f4087d6c4f3ab2c96a27eaabc85dae5d9e
MD5 c7ebb0785a4b608a2dcee45a5c63ef02
BLAKE2b-256 e2709ec3db1237a17eaa9f48688c136e4ed0038eada5182a4f0a554594471926

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8653b675f2f2cc7f3ae5f85b8300320399b654580c55932e27db80ca7ffe06c3
MD5 295ac98a6af4208e1e383209a1ed4afa
BLAKE2b-256 b0cbaf51cf57b61f465372b7b5f39ce9f626194b1ff038c5233d28e5d7693bc9

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0df9b33a5fc5c53f5115999278985e94b07639dd42e26843de1da6bb054d285
MD5 791a0895a78fd910058c30590791fa85
BLAKE2b-256 56fb370bc9cfaa4b763831b699e3249476eb1bf62dc2daf0cceaa27eb637d5e5

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d03001fab3460e4e74912a7373de96d1c7814e2159aa1c671e2cab3cd41c51dc
MD5 238f672495570692a7b5940c3d6b78c8
BLAKE2b-256 5e8b91247187a27eb69f1b97c2f54e219414a448620811285a8011e0f7e1201b

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c7e0e08c3d7439156e40626bafdb56228a0b7b4717ac20da1d44b05dbd287c8b
MD5 cc53482c0445d8a7e95d9aa6b59ca3be
BLAKE2b-256 d0acbd5c10fa26e70cbcf6882f810bb9e78393662c7912eb7549a6c6c7053a8e

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73b223a30a5aa2f7bbeb4a074fcd5b28f6e0ec43269b6be6f6db24a35e53c821
MD5 4216f83abdf18c104c8a2504c9170dbe
BLAKE2b-256 e89e88dba11b6af57f58429e388a38dfcf9a4fa9afca0907ae1208e5dacd7a64

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e94adf609cd76632bc7e1fc469fdfec8d89a873dff76f010ddcb386ec626abfc
MD5 ad21aacfd940addaab38a0b2379a7952
BLAKE2b-256 5dccf2edfb58a9a0e996dc82f186cadae1b0682bb352b54b72e2f028e2ea3074

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d8c526bf25dead9e816cb9f8ed71fdf62d91aeaea9be1c903f1aacf129862b1e
MD5 d7cf4463660ff8cac04b9e31a6fae67e
BLAKE2b-256 76b95326cf2b8cb0bc041c23d2f65c9c631b9692e9912163cd7cfa65e2a74557

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 55e6c25a655e55e0b7c84bda36663ff219242fcac7df97d9570692d5573f4329
MD5 18df25cb838524652077e7c8be3c788a
BLAKE2b-256 d79db6bfe54666d0bba10b7ac388c500d2717f3dceb0e67e54647b373f3e30ac

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 660a7e5cfda544aafa17ac0a22c633f313a8ae3024e85df2b475b940a5f601c0
MD5 d14768f758e443032ca4370f7fab0bb4
BLAKE2b-256 ebae8c2e4450ac313d7daca05403b5a069bd22b5f0aacd23bde2c32319de62ff

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 18c9f048a51a54cfb43d321747be99cbcdd76ab98d70eb90ebd8fa01004d8f16
MD5 08b8a1a39a7b0f36de1f60162b9c0cb0
BLAKE2b-256 1e87f8705fe932610db34138cb0e3a7bbacb5cfd66223cebc690f4f29efc1501

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 22a4cf548afee67963b0f1bba86d9268ce03ffe6bf0d8c36fc8fff05d41170ff
MD5 1b8745b048aed9973a158c19ca91d7fb
BLAKE2b-256 55cb09ccdd04df888312b325d701034d835ccab69630a48f8ba7291ddcfbb22d

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp39-cp39-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 77dfd23296e96dfd139cd54e481ae20569827da7a8f8f83511fb31b2bf79fc9d
MD5 d6409c6de92c2b503d0e05f9e72feb6d
BLAKE2b-256 03ece9fb2668864dacfa3dd8a78d2df775ac7bcefb4726cae868094da0679d81

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 14b42e773e3a5494acf5ab0c76a6acd8b1cb440950ff6c08ab63dc9b86ac1171
MD5 b45fd6dcd8b505da1b6cbce7d07f86bb
BLAKE2b-256 b7b8a5d738118d2a6735e6f9056c6f2d8342a5b3573b2a377a1597b465fc4dd5

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4094c9f91fa53e363f0f6803a5576a3333eeba812e57ae8ed16865022734c896
MD5 d48552091c67481bc13c2d9a53e3e604
BLAKE2b-256 eb80131bbfaaf6ea2b808ee0c6879f99e5eb3c22578294b4fa0f7fac4dfe8425

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp38-cp38-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp38-cp38-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 9f0ff46af244be74c5f5219548961979fced535c30152fc58f1c596971e6c235
MD5 d4814db384fbdc9d518ecf15f99bc203
BLAKE2b-256 62dee4734082e0d2fa2cb6a12a2ea54c5c25123723e65294ba8cb99ef5297b74

See more details on using hashes here.

File details

Details for the file adani-1.1.0-cp38-cp38-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for adani-1.1.0-cp38-cp38-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0e75d7b7e874c1fc6e4d4161bfbe489530bb6b63abfebd7515befce72c065bd2
MD5 e513f4521882da27b67b3b799e46dc19
BLAKE2b-256 594b69b51adda63432edc4188c9cc3d9190578d13deda2991fac4dd49a937679

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