Functions to load precomputed grids. More...
Go to the source code of this file.
Classes | |
struct | Et_Gammat_range |
Grid range in rescaled energy and width coordinates. More... | |
Namespaces | |
QQbar_threshold | |
Functions | |
void | load_grid (char const *filename) |
Loads a precomputed grid. More... | |
void | load_grid (std::string const &filename) |
void | load_grid (std::ifstream &&in) |
void | load_nonresonant_grid (char const *filename) |
Loads a precomputed grid for the non-resonant contribution. More... | |
void | load_nonresonant_grid (std::string const &filename) |
void | load_nonresonant_grid (std::ifstream &&in) |
std::string | grid_directory () |
Get directory with default grids. More... | |
Et_Gammat_range | grid_range () |
Get grid range. More... | |
Functions to load precomputed grids.
Copyright 2014, 2015, 2016 Andreas Maier
This file is part of the QQbar_threshold library.
The QQbar_threshold library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
The QQbar_threshold library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the QQbar_threshold library. If not, see http://www.gnu.org/licenses/.