Skip to content
Thomas Stainer edited this page Mar 20, 2019 · 2 revisions

Welcome to the Pypact wiki!

Pypact started as a simple project to help us test the correctness of FISPACT-II, and was primarily used as a tool to validate developments of the FISPACT-II code. The standard output file (.out) of FISPACT-II is notoriously difficult to parse, as it does not follow any schema. It has since grown from this initial requirements and is being adopted in the community as the way to parse FISPACT-II output files.

It is a pure python package (python3 only), with the aim to be easily adopted by users and developers. Whilst some parts are still in development, and with new improvements and extra functionality being added on a regular basis, it has been tested both internally and externally, to provide confidence to users.

Output parser

Clone this wiki locally