Gibbs Manifolds

This page contains auxiliary files to the paper:
Dmitrii Pavlov, Bernd Sturmfels, and Simon Telen: Gibbs manifolds
ABSTRACT: Gibbs manifolds are images of affine spaces of symmetric matrices under the exponential map. They arise in applications such as optimization statistics and quantum physics, where they extend the ubiquitous role of toric geometry. The Gibbs variety is the zero locus of all polynomials that vanish on the Gibbs manifold. We compute these polynomials and show that the Gibbs variety is low-dimensional. Our theory is applied to a wide range of scenarios, including matrix pencils and quantum optimal transport.

Section 3 features a symbolic implicitization algorithm for the Gibbs variety of a given LSSM defined over \(\mathbb{Q}\). We implemented this algorithm in Julia using the Oscar computer algebra package. Our code can be downloaded here: GibbsCode.zip. An implementation of the algorithm can be found in symbolic_implicitization.jl inside this archive.

Example 3.4 illustrates how numerical methods can be used to implicitize Gibbs varieties that are infeasible for symbolic computation: the defining equation is found numerically for the Gibbs variety of the following LSSM of Hankel matrices:

\[\begin{split}{\cal L} \, = \, \left\{ \begin{bmatrix} 0 & y_2 & y_3 & y_4 \\ y_2 & y_3 & y_4 & y_5\\ y_3 & y_4 & y_5 & y_6\\ y_4 & y_5 & y_6 & y_7 \end{bmatrix} \, : \, (y_2, \ldots, y_7) \in \mathbb{R}^6 \right\}.\end{split}\]

Julia code for this example can be downloaded here: numerical_implicitization.jl (this file is also part of GibbsCode.zip). The resulting equation has 853 terms and can be found here: hankel4.txt.

Project page created: 25/11/2022.

Project contributors: Dmitrii Pavlov, Bernd Sturmfels, Simon Telen.

Corresponding author of this page: Dmitrii Pavlov, pavlov@mis.mpg.de.

Software used: Julia (Version 1.8.3), Oscar (Version 0.11.0).

System setup used: MacBook Pro with macOS Monterey 12.6, Processor 2,8 GHz Intel Core i7, Memory 16 GB 2133 MHz LPDDR3, Graphics Intel HD Graphics 630 1536 MB.

Last updated 29/11/22.