Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org, zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.8%) to scientific vocabulary
Repository
Development files for the Phi4tools paclet
Basic Info
- Host: GitHub
- Owner: g-spada
- License: mit
- Language: Mathematica
- Default Branch: main
- Homepage: https://resources.wolframcloud.com/PacletRepository/resources/GSberveglieri/Phi4tools/
- Size: 13.8 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 3
Metadata Files
README.md
# Phi4tools Wolfram Language Paclet
Development files for the Phi4tools paclet.
Table of Contents
About
Phi4tools is an intuitive interface for visualizing, simplifying, and manipulating Feynman diagrams for the Landau-Ginzburg-Wilson theory. In more detail, it allows displaying detailed information about the diagrams, including their Nickel indices, the integrands, and numerical results. It also provides the symmetry factors for the O(N)-symmetric model and the N-component model with cubic anisotropy. Diagrams with cubic vertices are also implemented but not computed.
Installation
The easiest way to install it is through the Wolfram Language Paclet Repository, evaluating the following code in your Wolfram Language environment:
mathematica
PacletInstall["GSberveglieri/Phi4tools"]
Alternatively, it is possible to get the compiled paclet from the directory paclet/build and install it with
mathematica
PacletInstall["path/to/GSberveglieri__Phi4tools-x.y.z.paclet"]
with path/to/GSberveglieri__Phi4tools-x.y.z.paclet pointing to the downloaded resource.
Usage
After installation, you can load the code in your Mathematica kernel evaluating this code:
mathematica
Needs["GSberveglieri`Phi4tools`"]
The paclet main guide page can be accessed through the Documentation Center at GSberveglieri/Phi4tools/guide/Phi4tools. It is also available online at the Wolfram Language Paclet Repository.
Useful usage examples are provided in the Tech Notes.
License
Distributed under the MIT License.
Contributors
Giacomo Sberveglieri, Gabriele Spada
Owner
- Login: g-spada
- Kind: user
- Repositories: 1
- Profile: https://github.com/g-spada
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Phi4tools Wolfram Language Paclet
message: >-
If you use this software, please cite it as below, together with
the corresponding publication at https://doi.org/10.1007/JHEP05(2024)073
type: software
authors:
- given-names: Giacomo
family-names: Sberveglieri
affiliation: 'University of Bern: Bern, CH'
orcid: 'https://orcid.org/0000-0003-2115-8619'
- given-names: Gabriele
family-names: Spada
affiliation: 'Pitaevskii BEC Center, CNR-INO and Università di Trento, IT'
orcid: 'https://orcid.org/0000-0002-3505-8603'
identifiers:
- type: doi
value: 10.5281/zenodo.10021884
repository-code: 'https://github.com/g-spada/Phi4tools'
url: 'https://resources.wolframcloud.com/PacletRepository/resources/GSberveglieri/Phi4tools/'
license: MIT