https://github.com/electronsandstuff/electronsandstuff
A mono-repo for miscellaneous publicly released code
https://github.com/electronsandstuff/electronsandstuff
accelerator-physics machine-learning python
Last synced: 4 months ago
JSON representation
A mono-repo for miscellaneous publicly released code
- Host: GitHub
- URL: https://github.com/electronsandstuff/electronsandstuff
- Owner: electronsandstuff
- License: bsd-3-clause
- Created: 2023-11-01T20:41:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-18T01:16:38.000Z (about 1 year ago)
- Last Synced: 2025-04-18T14:52:32.782Z (about 1 year ago)
- Topics: accelerator-physics, machine-learning, python
- Language: Jupyter Notebook
- Homepage: https://chris-pierce.com/
- Size: 2.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Christopher Pierce - Public Code
Hi there! This is a monorepo with a selection of my personal code and projects that I've decided to share with the public.
## What's Inside
This repository contains utility functions, tools, and projects that I've found useful in my own work. Key areas include:
- Tools for interacting with file formats related to building surrogate models in accelerator physics
- Plotting tools for accelerator physics data
- Helper code for the optimization library `xopt`
- Wrapper classes and tools for using my library [ParetoBench](https://github.com/electronsandstuff/ParetoBench) with optimization frameworks in python
## Installation
The python utilities can be installed via pip:
```bash
pip install electronsandstuff
```