Simultipac

LightWin

  • Introduction
  • Jupyter notebook examples
  • API Reference
    • cst package
    • particle_monitor package
    • plotter package
    • simulation_results package
    • spark3d package
    • util package
      • exponential_growth module
      • log_manager module
      • singleton module
    • constants module
    • types module
Simultipac
  • simultipac package
  • util package
  • View page source

util package

In this package we store tools that can be used in the whole code.

Todo

Move exp_growth module?

Submodules

  • exponential_growth module
    • ExpGrowthParameters
      • ExpGrowthParameters.n_0
      • ExpGrowthParameters.alpha
      • ExpGrowthParameters.t_0
      • ExpGrowthParameters.model
    • exp_growth()
    • exp_growth_log()
    • fit_alpha()
    • _to_fit()
    • _indexes_for_fit()
    • _n_points_in_a_period()
    • _design_space()
    • _smoothen()
  • log_manager module
    • _get_package_version()
    • _get_last_commit_hash()
    • _log_header()
    • _console_handler()
    • _file_handler()
    • LogFormatter
      • LogFormatter.COLOR_CODES
      • LogFormatter.RESET_CODE
      • LogFormatter.__init__()
      • LogFormatter.format()
    • main()
  • singleton module
    • SingletonMeta
      • SingletonMeta._instances
      • SingletonMeta._abc_impl
Previous Next

© Copyright 2025, Adrien Plaçais.

Built with Sphinx using a theme provided by Read the Docs.