Skip to main content

BIHC: Beam-Induced Heating Computation package

Project description

BIHC

Beam Induced Heating Computation (BIHC) tool is a package that allows the estimation of the dissipated power due to the passage of a particle beam inside an accelerator component.

The dissipated power value depends on the characteristics of the particle beam (beam spectrum and intensity) and on the characteristics of the consdiered accelerator component (beam-coupling impedance).

Check :file_folder: examples/ on how to use!

Documentation is avaiable in bihc.readthedocs.io

Fist release coming soon (January 2023)

Installation

This section explains how to set up the environment to start using BIHC package for power loss computations.

Installation in CERN lxplus

Connect to CERN lxplus via ssh. Avoid connecting to lxplus8, the code will induce in Kerberos issues. Kerberos logging will expire 4h after each connection and needs to be renewed.

ssh -XY user@lxplus.cern.ch

In your /user or /work directory, do:

# If miniconda is not installed
# Get, install and activate miniconda
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh 
source miniconda3/bin/activate

# Get standard packages 
# (to have all spark functionalities pandas needs to be installed before pytimber)
pip install numpy scipy matplotlib ipython pandas

# Change python package index to CERN index
pip install git+https://gitlab.cern.ch/acc-co/devops/python/acc-py-pip-config.git

# Install pytimber
pip install pytimber

# Change python package index back to default
pip uninstall acc-py-pip-config

Test the installation with

$ ipython
import pytimber
ldb = pytimber.LoggingDB(source="nxcals") 
ldb.search('LHC%BEAM_ENERGY%')
ldb.get(ldb.search('LHC%BEAM_ENERGY%')[0], t1='2022-06-15 15:10:30.0000')

Setup Git in lxplus

git config --list

Look for user.name and user.email. If it is not yet set, run the following commands (which set the information for all your git repositories on lxplus)

git config --global user.name "Your Name"
git config --global user.email "your.name@cern.ch"

There are other settings recommended as well:

git config --global push.default simple
git config --global http.postBuffer 1048576000
git config --global http.emptyAuth true # Required on CC7

The push setting makes some operations more straightforward. The second addresses an issue with large pushes via plain http or krb5. The third addresses an issue with libcurl and krb5.

Developers: Download BIHC repository

git clone https://github.com/LeonardoSito/BIHC.git

Users: pip install

(Available soon)

pip install bihc

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bihc-0.0.3.tar.gz (20.1 kB view details)

Uploaded Source

Built Distribution

bihc-0.0.3-py3-none-any.whl (16.9 kB view details)

Uploaded Python 3

File details

Details for the file bihc-0.0.3.tar.gz.

File metadata

  • Download URL: bihc-0.0.3.tar.gz
  • Upload date:
  • Size: 20.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.10

File hashes

Hashes for bihc-0.0.3.tar.gz
Algorithm Hash digest
SHA256 ae25db6addab2827b95c5552b989b3dadd426ece68751c65444724fac0c285f0
MD5 6f52f9d9ca2a21f1246eda63ee45c141
BLAKE2b-256 e78d79f0a1e376dafdeaa88feaa9aa470e1ce60a5229bbf63899894dcb581bc6

See more details on using hashes here.

File details

Details for the file bihc-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: bihc-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 16.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.10

File hashes

Hashes for bihc-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 eeee614645060104a5b1dd7ce74cd5b00a2ef4b901f61bd7052b4bf636869e4a
MD5 2bb76e1b59bb3a5362dd1fcbfaef8694
BLAKE2b-256 3ef4572bbea51213bff0c64def4b4be35b19d791d48c6f61d4835030991eaacb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page