davidsd / sdpb

A semidefinite program solver for the conformal bootstrap.
MIT License
52 stars 42 forks source link

License Release CircleCI Issues

Contents

SDPB

SDPB is an open-source, arbitrary-precision, parallelized semidefinite program solver, designed for the conformal bootstrap. It solves the following problem:

Let $S^{m\times m}[x]$ be the space of symmetric $m\times m$ matrices whose entries are polynomials in $x$.

Here, $M\succeq 0$ means "M is positive semidefinite."

For more information, see A Semidefinite Program Solver for the Conformal Bootstrap and the manual.

Authors: David Simmons-Duffin (dsd@caltech.edu), Walter Landry (wlandry@caltech.edu), Vasiliy Dommes (vasdommes@gmail.com)

Installation and Usage

The easiest way to run SDPB on a Windows or Mac machine is to follow the Docker instructions. For Linux and HPC centers, the Singularity instructions will probably work better. If you want to build it yourself, there are detailed instructions in Install.md.

Usage instructions are detailed in Usage.md.

Two python wrappers for SDPB are available:

An unofficial Haskell wrapper is available:

Attribution

SDPB

If you use SDPB in work that results in publication, consider citing

Depending on how SDPB is used, the following other sources might be relevant:

The first use of semidefinite programming in the bootstrap:

The generalization of semidefinite programming methods to arbitrary spacetime dimension:

The generalization of semidefinite programming methods to arbitrary systems of correlation functions:

approx_objective

Derivation of linear and quadratic variations of the objective function, used in approx_objective:

spectrum

Spectrum extraction was originally written for use in:

An explanation of how it works appears in:

Acknowledgements

Works Using SDPB

Here is a list of papers citing SDPB.