Skip to content

fzierler/HiRepParsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HiRepParsing

A tool for parsing output files of HiRep's output files generated by the Spectrum/measure_spectrum program. It supports parsing the log files and saving them to an hdf5 file.

Instructions

  • Make sure that julia version 1.10 or newer is installed on your system
  • To install all julia dependencies execute the following commands in a julia session started in this directory
using Pkg
Pkg.activate(".")
Pkg.instantiate()
  • Run the script that you want to execute (e.g. scripts/write_chimera.jl) in that julia session with the command include("scripts/write_chimera.jl")

  • Alternatively, you can run it from your favourite shell. Include the above code snippet at the start of the script, and then run julia scripts/write_chimera.jl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages