https://github.com/jdujava/oninads
Accompanying code for "Finite-coupling spectrum of O(N) model in AdS"
https://github.com/jdujava/oninads
Last synced: 2 months ago
JSON representation
Accompanying code for "Finite-coupling spectrum of O(N) model in AdS"
- Host: GitHub
- URL: https://github.com/jdujava/oninads
- Owner: jdujava
- Created: 2025-03-19T18:32:26.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-03-19T18:34:31.000Z (12 months ago)
- Last Synced: 2025-03-19T19:36:05.641Z (12 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Finite-coupling spectrum of O(N) model in AdS — Mathematica package `ONinAdS`
The main purpose of this repository is to provide the accompanying code for the preprint:
Jonáš Dujava and Petr Vaško, [Finite-coupling spectrum of O(N) model in AdS](https://arxiv.org/pdf/2503.16345)
`arXiv`: [2503.16345 \[hep-th\]](https://arxiv.org/abs/2503.16345), `GitHub`: [jdujava/ONinAdS](https://github.com/jdujava/ONinAdS)
In addition, you can also find here the revised version of my master thesis:
Jonáš Dujava, [Strongly Coupled Quantum Field Theory in Anti-de Sitter Spacetime](https://jdujava.github.io/ONinAdS/SCQFTinAdS.pdf) — Master Thesis
`arXiv`: [2507.07111 \[hep-th\]](https://arxiv.org/abs/2507.07111), `GitHub`: [jdujava/ONinAdS](https://github.com/jdujava/ONinAdS)
### Quick Preview

## Software Requirements
- [Wolfram Mathematica](https://www.wolfram.com/mathematica/) — preferably version `>=14.0`
## How to setup `ONinAdS` package
We need to copy/symlink the package directory to place where `Mathematica` searches
for packages. This is any directory in Mathematica `$PATH`, for example something
like `/home/username/Wolfram/Applications`.
On `linux`, this can be done using
```sh
ln -sv -t /path/to/directory/in/Mathematica/$Path /path/to/repository-ONinAdS/ONinAdS
```
Now we can load the whole package with (note the trailing backtick)
```mma
Get["ONinAdS`"]
(* or alternatively with << ONinAdS` *)
```
Alternatively, one can provide the full path to the package as
```mma
Get["/path/to/repository-ONinAdS/ONinAdS`"]
```
## Package Showcase
See the `ONinAdS-showcase.nb` file for a quick example of how to use the package.
However, most of the interesting details are directly included in the package files (located in the `ONinAdS/` directory).
## Presentations
This repository also includes the slides from the following presentations:
- March 27th 2025 — [ONinAdS-talk.pdf](https://jdujava.github.io/ONinAdS/Presentations/ONinAdS-talk.pdf)
- April 4th 2025 — [ONinAdS-seminar.pdf](https://jdujava.github.io/ONinAdS/Presentations/ONinAdS-seminar.pdf)