JANUS-Institute / HallThrusterPEM

Prototype of a predictive engineering model (PEM) of a Hall thruster, integrating physics-based sub-models with uncertainty quantification.
https://janus-institute.github.io/HallThrusterPEM/
GNU General Public License v3.0
2 stars 1 forks source link

Dev v0.1.0 #1

Closed eckelsjd closed 10 months ago

eckelsjd commented 10 months ago

A total refactor of the repository with the following changes:

  1. A new, standalone hallmd package.
  2. Surrogate dependencies separated out into a separate amisc library.
  3. Project is now managed with the pdm command line tool for Python projects.
  4. Slurm workload on Great lakes is now streamlined through several scripts for setting up and running environments.
  5. Code is more modularized to allow new PEM versions to be implemented
  6. Preliminary documentation (via mkdocs) and unit tests (via pytest) now included.