Holographic EoS Code — C++ Version
Changelog
Added
N/A
Changed
Added Changelog section to docs.
Removed
N/A
Introduction
The present code provides a holographic model of the QCD equation of state as a function of temperature \(T\) and baryon chemical potential \(\mu_B\). This model is calibrated to reproduce lattice-QCD data at \(\mu_B =0\) and presents a good agreement with extrapolations to finite \(\mu_B\). Because of its holographic nature, it is expected to be more reliable at moderate to high temperatures.
This model predicts a first-order phase transition at large densities, with a critical endpoint at (\(T\), \(\mu_B\)) \(\approx\) (103, 597) MeV for the polynomial hyperbolic model.
Physics Overview
The present model of the QCD equation of state relies on a bottom-up construction based on the gauge-gravity duality. In short, the equation of state is calculated for a theory living in the 3+1-dimensional boundary of a Einstein–Maxwell–Dilaton (EMD - that is, gravity + scalar field + gauge field) theory in a 5-dimensional asymptotically anti-de Sitter (AdS) spacetime.
In this description, one identifies the properties of a charged black-hole in the bulk theory with the thermodynamics of a strongly-coupled fluid in a 3+1-dimensional slice of the AdS spacetime. In order to extract meaningful quantities from this model, it is necessary to connect the infrared physics on the black-hole horizon at the AdS radius \(r=0\) to the ultraviolet scalings at AdS radius \(r\to\infty\), where the AdS spacetime geometry must be recovered.
The construction of the model is presented in Refs. [1] and [2] and is inspired by earlier models such as the one in Ref. [3]. Since the publication of [2], two other groups have also proposed similar models capable of reproducing lattice data, and which will also be made available in the present code: [4] and [5].
Quick Start
The easy way to run this module is through the MUSES calculation engine interface. One can also choose to run the module by pulling the Docker image and run the module locally.
Units
All thermodynamic variables are in the natural units, where everything is in powers of MeV. The thermodynamic derivatives such as susceptibility are dimensionless. The units are also denoted in the header of the output files.
Parameters
Input
The users need to use a yaml file to speficy the parameters used for the generation of the phase diagram and calculation of the critical point. The current input file has four sections that need to be specified. In practice, the users only need to care about chaninge the parameters in bh_eos/input/holo_eos_input_user.yaml and run through the input validator to check if input file is still valid. The details can be found in section 4 Usage.
The first section is to choose the model and specify the parameters. Here, as an example, the model is chosen to be the polynomial hyperbolic model, and the parameters associated with it is specified as follows in the yaml input file:
model_options:
variant: polynomial_hyperbolic
parameters:
description: Parameters of the model in question.
flag_default: no
Lambda: 1148.121631179041
kappa2: 11.350245262021625
gamma: 0.5884489971316446
b2: 0.301821894469367
b4: -0.04261907765391285
b6: 0.0004566058948051932
c1: -0.06469185351673243
c2: -0.22517557265138566
c3: 0.03664412474454205
d1: 1.7231476382001352
d2: 472.2764686476346
The second section is the output, which determines what files should be generated. There are a few types of files that can be generated, depending on the extension. The extensions allowed are .dat for csv, .yaml for yaml.:
output_options:
yaml_output_file: muses_polyhyperbolic_bestfit.yaml
output_path: muses_polyhyperbolic_bestfit
The third section is for the generation of the phase diagram:
eos_options:
eos_stages:
interpolate_points: true
maxwell_construction: true
temperature_options:
T_min: 20
T_max: 400
T_step: 2.5
N_phi0_lines: 200
chemical_potential_options:
mu_B_min: 0
mu_B_max: 2000
mu_B_step: 5
N_Phi1_lines: 1000
The fourth section is for the calculation of the critical points, which is not implemented in the current version.
critical_point_options:
yaml_output: critical_point_interp.yaml
phi0_min: 0.5
phi0_max: 10
N_lines: 800
max_tries: 1000
initial_Phi1_step: 1e-5
max_Phi1_step: 0.2
prec_T: 0.0001
prec_mu: 0.0001
acc_T: 0.001
acc_mu: 0.001
References
[1] R. Critelli, J. Noronha, J. Noronha-Hostler, I. Portillo, C. Ratti and R. Rougemont, ``Critical point in the phase diagram of primordial quark-gluon matter from black hole physics,’’ Phys. Rev. D 96 (2017) no.9, 096026
[2] J. Grefa, J. Noronha, J. Noronha-Hostler, I. Portillo, C. Ratti and R. Rougemont, ``Hot and dense quark-gluon plasma thermodynamics from holographic black holes,’’ Phys. Rev. D 104 (2021) no.3, 034002
[3] O. DeWolfe, S. S. Gubser and C. Rosen, ``A holographic critical point,’’ Phys. Rev. D 83 (2011), 086005
[4] J. Knaute, R. Yaresko and B. Kämpfer, ``Holographic QCD phase diagram with critical point from Einstein–Maxwell–dilaton dynamics,’’ Phys. Lett. B 778 (2018), 419-425
[5] R. G. Cai, S. He, L. Li and Y. X. Wang, ``Probing QCD critical point and induced gravitational wave by black hole physics,’’ arXiv:2201.02004 [hep-th]
Output
Yaml output file
The user can name this file in the yaml node “yaml_output_file” of the input file. This file is stored in the repo home directory and shows info of the format of the output files.
EoS output files
The user can specify the folder name where they want to store the EoS output files in the yaml node “output_path” of the input file. By default, the folder is named “output”.
Inside the folder, there are several different output files.
phi0Phi1_lines.csv: This table is directly calculated from the initial conditions given by phi0 Phi1 values.
eos.csv: This table is interpolated based on the output file phi0Phi1_lines.csv and thus has a uniform grid in \(T\) and \(\mu_B\). It has all the phases: stable, unstable, and meta phases.
stable_eos.csv: This table is obtained by performing a Maxwell construction on the output file eos.csv and thus only has the stable phase.
transition_line.csv: This table records the first-order transition line and relevant thermodynamics given by the EoS. The calculation is not precise enough yet and the first-order transition line does not go all the way to the critical point.
spinodal_lines.csv: This table records the spinodal lines and relevant thermodynamics.
Detailed Running
Docker
The user can modify the input in the file bh_eos/input/holo_eos_input_user.yaml. They need to specify either “polynomial_hyperbolic” or “muses_parametric” as the model type. They can also modify the model parameters in the files “holo_musesparametric.yaml” or “holo.polyhyperbolic.yaml”, but it is not recommended. After the user made the changes to input, suppose they are in the home directory, they need to run the following commands to validate the input file:
cd open-API
python3 validate_combine_input.py openapi.yaml’
cd ..
The compiled executables will be in the folder “bin”. Suppose one is in the folder of the module “bh_eos”, the phase diagram can be generated by the following command:
./bin/muses_numrelholo.exec ./input/input_full.yaml
The command will generate the tables for the phase diagram. By default, all the output files will be saved in the folder “output”.
Troubleshooting
Common Problems
Who to contact for this module
Mauricio Hippert: hippert.mauricio@ce.uerj.br
Yumu Yang: yumuy@illinois.edu