- Sören Schenke (principal developer)
- Fabian Sewerin
- Berend van Wachem
- Fabian Denner (maintainer)
Wave-DNA is under the copyright of its developers and made available as open-source software under the terms of the MIT License.
Wave-DNA has been developed and tested on Unix systems, using Linux and MacOS operating systems. The only mandatory requirement to compile and run Wave-DNA is a standard C compiler, such as gcc
.
Optionally, cmake
(version 3.12 or higher) is required if you would like to make use of the provided compilation scripts. To use the provided Python scripts for visualizing the output of Wave-DNA, Python
(version 3), numpy
and matplotlib
are required.
Getting started with Wave-DNA using a Unix operating system, e.g. Linux or MacOS, is easy. After downloading Wave-DNA in the directory <path to Wave-DNA>
, define the environment variable WaveDNA_DIR
to the directory in which Wave-DNA is located. Using bash, for instance, simply execute the command export WaveDNA_DIR=<path to Wave-DNA>
or, even better, add this command to your bash profile.
Now, navigate into the folder $WaveDNA_DIR/build
and execute ./cleanbuild_release.sh
. This shell script will compile Wave-DNA in Release mode (meaning all optimization flags are enabled)1 using cmake with the CMakeLists.txt
file2 provided in this folder. That's it, you've successfully compiled Wave-DNA!
You can now navigate to $WaveDNA_DIR/examples
, where you find several representative examples that demonstrate the capabilities of Wave-DNA. Each folder contains a README.md
file that explains the specificities of the example(s) and how to run the example(s).
The Wave-DNA repository is structured as follows:
- The documentation folder contains a short pdf documentation of Wave-DNA. The documentation discusses the theory behind Wave-DNA and the code structure, and explains how to install and use Wave-DNA.
- The examples folder contains representative examples that show how to use Wave-DNA and demonstrate the most important features of Wave-DNA.
- The src folder contains all source files of Wave-DNA.
- The .clang-format file, which defines the formatting rules for the source code.
- The .gitignore file telling git which folders and files to ignore.
- The LICENSE file containing the MIT License text.
- The README.md file is the file you are currently reading.
The development of Wave-DNA has directly benefitted from research funding provided by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation), grant number 441063377, and by the Natural Sciences and Engineering Research Council of Canada (NSERC), funding reference number RGPIN-2024-04805.