Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagot/diracqc.jl
https://github.com/jagot/diracqc.jl
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jagot/diracqc.jl
- Owner: jagot
- License: mit
- Created: 2021-05-04T06:46:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T04:45:11.000Z (over 3 years ago)
- Last Synced: 2024-11-15T18:35:00.047Z (2 months ago)
- Language: Julia
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiracQC
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://jagot.github.io/DiracQC.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://jagot.github.io/DiracQC.jl/dev)
[![Build Status](https://github.com/jagot/DiracQC.jl/workflows/CI/badge.svg)](https://github.com/jagot/DiracQC.jl/actions)
[![Coverage](https://codecov.io/gh/jagot/DiracQC.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jagot/DiracQC.jl)Simple library to parse selected pieces of output from
[DIRAC](http://diracprogram.org/).Run
```julia
using DiracQC
DiracQC.load(filename)
```
where `filename` is a file containing the textual output from a DIRAC
run.