BubbleProfiler  0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  examples
  gaussian
 gaussian_alpha_tests.py
 gaussian_potential_test.cpp
  general-fubini
 general_fubini.cppProgram that calculates action for a one-dimensional potential in case in which exact solution is known (the generalized Fubini potential)
 generalized_fubini_observer.cpp
 generalized_fubini_observer.hpp
 generalized_fubini_potential.cpp
 generalized_fubini_potential.hpp
  logarithmic
 logarithmic.cppProgram that calculates action for a one-dimensional potential in case in which exact solution is known (the logarithmic potential)
 logarithmic_observer.cpp
 logarithmic_observer.hpp
 logarithmic_potential.cpp
 logarithmic_potential.hpp
  perturbative
 make_plots.py
  quartic
 action.cppProgram that calculates action for a one-dimensional potential parameterized by \(E\) and \(\alpha\)
 plot_tabulate_results.py
 tabulate.cppProgram that tabulates action for a one-dimensional potential
  scale
 scale.cppChecks behaviour of action under changes in units
  sm-plus-singlet
 sm_plus_singlet.py
 sm_plus_singlet_tn_plot.py
  thin-wall
 thin_wall.cppProgram that calculates action for a one-dimensional potential in a thin-wall case, in which exact solution is known
 thin_wall_observer.cpp
 thin_wall_observer.hpp
 thin_wall_potential.cpp
 thin_wall_potential.hpp
 pyshooting.py
  include
 action.hppFunctions for calculating action for one-dimensional potential parameterized by \(E\) and \(\alpha\)
 algebraic_potential.hpp
 basic_logger.hpp
 default_integration_policy.hpp
 eigen_state_utils.hpp
 error.hpp
 euclidean_action.hppHelper functions for calculating the Euclidean action
 field_profiles.hppDefinition of the Field_profiles clas
 gaussian_potential.hppDefinitions of Gaussian_potential class
 generic_perturbative_profiler.hppImplementation of the Perturbative_profiler class
 gsl_interpolator.hppDefinition of the GSL_interpolator class
 gsl_root_finder.hpp
 instream_profile_guesser.hppDefinition of the Instream_profile_guesser class
 integration_policy.hpp
 integration_utils.hpp
 kink_profile_guesser.hpp
 log_message.hpp
 logging_manager.hpp
 math_wrappers.hpp
 nlopt_optimizer.hpp
 numeric.hppNumerical functions for one-dimensional shooting method and area of \(n\)-sphere
 observers.hpp
 perturbations_ode_system.hpp
 perturbative_profiler.hpp
 potential.hpp
 profile_convergence_tester.hpp
 profile_guesser.hpp
 raii_guard.hpp
 relative_convergence_tester.hpp
 restricted_quartic_potential.hpp
 root_finder.hpp
 rotation.hpp
 shooting.hppOne-dimensional shooting method
 shooting_profile_guesser.hpp
 univariate_interpolation.hpp
  src
 action.cppFunctions for calculating action for one-dimensional potential parameterized by \(E\) and \(\alpha\)
 algebraic_potential.cpp
 basic_logger.cpp
 euclidean_action.cppImplementation of helper functions for calculating Euclidean action
 field_profiles.cppImplementation of the Field_profiles class
 gaussian_potential.cppImplementation of the Gaussian_potential class
 gsl_interpolator.cppImplementation of the GSL_interpolator class
 instream_profile_guesser.cppImplementation of the Instream_profile_guesser class
 integration_utils.cpp
 kink_profile_guesser.cppImplementation of the Kink_profile_guesser class
 log_message.cpp
 logging_manager.cpp
 nlopt_optimizer.cppWrapper for NLOpts optimizer
 numeric.cppNumerical functions for one-dimensional shooting method and area of \(n\)-sphere
 observers.cpp
 perturbations_ode_system.cpp
 relative_convergence_tester.cppJudge whether perturbative solver converged
 restricted_quartic_potential.cpp
 rotation.cpp
 run_cmd_line_potential.cppCommand line interface to BubbleProfiler
 shooting.cppOne-dimensional shooting method
 shooting_profile_guesser.cpp