Skip to content

DESRES config file format and associated tools

Notifications You must be signed in to change notification settings

DEShawResearch/ark

Repository files navigation

Ark

Ark is a json-like file format widely used in DESRES. This module provides C++ and python interfaces for working with arks. Ark currently supports Python 3.7+.

Quick build

To build Ark, you will need the following on a Unix-family operating system:

Make sure that g++, scons, doxygen, and python are in your path. Set PYBIND11PATH to the absolute path to root directory of your pybind11 install (directly above the pybind11 include/ subdirectory) and install Ark to a target directory by running

./install.sh <absolute path to install directory>

Running the tests

Run the tests via

PYTHONPATH=<install directory>/lib/python:$PYTHONPATH python -m pytest ./tests/test_* 

About

DESRES config file format and associated tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages