An open API service indexing awesome lists of open source software.

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"

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
thesis-dual00
thesis-dual01
thesis-dual03
thesis-dual04
thesis-dual05
thesis-dual06
thesis-dual07
thesis-dual08
thesis-dual09

## 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)