BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
|
checks behaviour of action under changes in units More...
#include "action.hpp"
#include "error.hpp"
#include "logging_manager.hpp"
#include "shooting.hpp"
#include <iostream>
Go to the source code of this file.
Classes | |
struct | BubbleProfiler::Scale_options |
Namespaces | |
BubbleProfiler | |
Functions | |
void | BubbleProfiler::print_usage () |
bool | BubbleProfiler::starts_with (const std::string &option, const std::string &prefix) |
void | BubbleProfiler::parse_positional_args (const std::vector< std::string > &args, Scale_options &options) |
Bubble_profiler_inputs | BubbleProfiler::parse_cmd_line_args (int argc, const char *argv[]) |
int | main (int argc, const char *argv[]) |
checks behaviour of action under changes in units
This example program checks the behaviour of action under changes of units in the case of \(d = 4\) dimensions, in which action is dimensionless.
Usage:
Definition in file scale.cpp.
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 148 of file scale.cpp.
References BubbleProfiler::Scale_options::alpha, BubbleProfiler::Scale_options::E, BubbleProfiler::Shooting::get_euclidean_action(), BubbleProfiler::logging::Logging_manager::get_manager(), BubbleProfiler::parse_cmd_line_args(), BubbleProfiler::Scale_options::scale, BubbleProfiler::logging::Logging_manager::set_minimum_log_level(), BubbleProfiler::Shooting::solve(), BubbleProfiler::logging::Trace, and BubbleProfiler::Scale_options::verbose.