Library to facilitate simple Verification, Validation and Uncertainty Quantification of simulation codes
Project description
EasyVVUQ
The aim of this library is to facilitate verification, validation and uncertainty quantification (VVUQ) for a wide variety of simulations.
Development was funded by the EU Horizon 2020 project VECMA.
Requirements
To use the library you will need Python 3.6+.
Installation using pip
The following should fully install the library:
pip3 install easyvvuq
Manual installation from repository
Alternatively, you can manually install EasyVVUQ. First clone the repository to your computer:
git clone https://github.com/UCL-CCS/EasyVVUQ.git
We are trying to keep dependencies at a minimum but a few are inevitable, to install them use:
cd EasyVVUQ/
pip3 install -r requirements.txt
Then the library can be installed using:
python3 setup.py install
To complete the tests you need to compile (requires g++
) the cannonsim
code:
make -C tests/cannonsim/src/
Getting Started
Documentation, including a basic tutorial, is avalable here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file easyvvuq-0.3.dev3.tar.gz
.
File metadata
- Download URL: easyvvuq-0.3.dev3.tar.gz
- Upload date:
- Size: 48.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12c7f0783c5f7a61e8c8e94d4ec7407bd800f578350f1c4d56a86baababd41be |
|
MD5 | 9a0babe59253b6bbc67e5b89ec727e77 |
|
BLAKE2b-256 | 613be4f5ac11f4a327636ea2f815584825403b55d4d1acedf41992fb555fda2c |