Skip to main content

python parser and usefull script related to the saclay format

Project description

Saclay_format (v0.2.11)

This repository contains a proposal format definition to exchange inputs/outputs between some mean-field theory codes in the nuclear physics and astrophysics communities. This format relies on a series of custom binary files containing the raw data along with a YAML header containing metadata. It adheres to the results of the 05/2025 and 10/2025 ESNT workshops entitled "Simulating dense matter on three-dimensional coordinate space meshes (part I and II)".

Content

  • saclay_format — Python3 package to parse and visualize this format
  • docs — documentation of the format (not yet up to date)
  • examples — nuclear mean-field outputs in this format
  • tests — unit tests of the package

Requirements

  • pyyaml — Python3 package for YAML parsing
  • h5py — Python3 package for HDF5 parsing

Installation via PyPI

The parser is available as a PyPI package: https://pypi.org/project/saclay-format/

Install it using pip:

pip install saclay-format

This also installs several command-line scripts:

  • saclay_format_ev8_to_ev1
  • saclay_format_ev1_to_cr1
  • saclay_format_hdf5_yaml_converter
  • saclay_format_compute_densities
  • saclay_format_visualisation_rho
  • saclay_format_visualisation_rho_TD

Running the parser

From a Python terminal, import the package and use its read() and write() methods. Example:

import saclay_format

data = saclay_format.read('file.yml')
# Modify or inspect data...
saclay_format.write(data, 'file_out.h5')

To run the unit tests:

cd tests/
python3 test_saclay_format.py

Examples

Example structure

examples/20Ne_bcs/
├── 20Ne_rho_n.wdat
├── 20Ne_state
├── 20Ne.h5
├── 20Ne.yaml
└── README.md

examples/alpha_alpha_3MeV/
├── reaction_alpha_alpha_3MeV_header.yml
├── reaction_alpha_alpha_3MeV_rho_n.bin
├── reaction_alpha_alpha_3MeV_rho_p.bin
├── README_visualisation_convert.md
└── script_test.convert.sh

examples/Ca40_ev8/
├── Ca40_HF_SLy4.yaml
├── Ca40_HF_SLy4_*.dat
└── README_test.md

Conversion test

python3 ../../src/saclay_format/hdf5_yaml_converter.py -h5 Ca40_HF_SLy4.yaml
python3 ../../src/saclay_format/ev8_to_ev1.py Ca40_HF_SLy4.h5 -o Ca40_HF_SLy4_ev1.h5
python3 ../../src/saclay_format/ev1_to_cr1.py Ca40_HF_SLy4_ev1.h5 -o Ca40_HF_SLy4_cr1.h5

Visualization test

Static:

python3 ../../src/saclay_format/visualisation_rho.py reaction_alpha_alpha_3MeV_header.yml

Dynamic:

python3 ../../src/saclay_format/visualisation_rho_TD.py reaction_alpha_alpha_3MeV_header.yml

Conversion and round-trip test:

python3 ../../src/saclay_format/hdf5_yaml_converter.py -h5 reaction_alpha_alpha_3MeV_header.yml
mv reaction_alpha_alpha_3MeV_header.h5 reaction_alpha_alpha_3MeV_converted.h5
python3 ../../src/saclay_format/visualisation_rho_TD.py reaction_alpha_alpha_3MeV_converted.h5
python3 ../../src/saclay_format/hdf5_yaml_converter.py -yaml reaction_alpha_alpha_3MeV_converted.h5
python3 ../../src/saclay_format/visualisation_rho_TD.py reaction_alpha_alpha_3MeV_converted.yaml
rm reaction_alpha_alpha_3MeV_converted*

Todo

  • Add documentation

Project layout

This project follows the structure recommended by the Hitchhiker’s Guide to Python: https://docs.python-guide.org/writing/structure

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

saclay_format-0.2.11.tar.gz (29.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

saclay_format-0.2.11-py3-none-any.whl (31.1 kB view details)

Uploaded Python 3

File details

Details for the file saclay_format-0.2.11.tar.gz.

File metadata

  • Download URL: saclay_format-0.2.11.tar.gz
  • Upload date:
  • Size: 29.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.8

File hashes

Hashes for saclay_format-0.2.11.tar.gz
Algorithm Hash digest
SHA256 e334f4b0110a8fbb4485af1768aeeb105cb0d7edd4d5990e8ae106a6ec023ab1
MD5 74bc62009baa56ffa6402bee16d2b8f1
BLAKE2b-256 434212186373870b2dce76a409cb4dd235d352444ce067917fc398cfa27231ce

See more details on using hashes here.

File details

Details for the file saclay_format-0.2.11-py3-none-any.whl.

File metadata

File hashes

Hashes for saclay_format-0.2.11-py3-none-any.whl
Algorithm Hash digest
SHA256 17ef178d691ebc74a12fea50a25f0ead7be21deb1fce4ed2add655b4a7bf6c14
MD5 2a68cc981abf7b939d8302563d63f31d
BLAKE2b-256 8cb3c0a5c9bde7682ba6ef3eb3c8da72abf1de3647b3b9ab14ddc077aca273a7

See more details on using hashes here.

Supported by

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