Skip to content

jdujava/ONinAdS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    arXiv: 2503.16345 [hep-th], GitHub: 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 — Master Thesis
    arXiv: 2507.07111 [hep-th], GitHub: jdujava/ONinAdS

Quick Preview

thesis-dual00 thesis-dual01 thesis-dual03 thesis-dual04 thesis-dual05 thesis-dual06 thesis-dual07 thesis-dual08 thesis-dual09

Software Requirements

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

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)

Get["ONinAdS`"]
(* or alternatively with << ONinAdS` *)

Alternatively, one can provide the full path to the package as

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:

About

Accompanying code for "Finite-coupling spectrum of O(N) model in AdS"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published