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.
The easiest way to get started is to follow the example outlined in this Google Colaboratory.
Development was funded by the EU Horizon 2020 project VECMA.
Requirements
To use the library you will need Python 3.6+.
Installation using pip
If you are unsure of the version of python your default pip works for type:
pip --version
If the output ends with (python 2.7) you should replace pip with pip3 in the following commands.
The following should fully install the library:
pip install easyvvuq
To upgrade the library use:
pip install easyvvuq --upgrade
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
Note: As above, you need to be sure you are installing for Python 3 - if necessary replace pip with pip3 and python with python3 in the commands below.
We are trying to keep dependencies at a minimum but a few are inevitable, to install them use:
cd EasyVVUQ/
pip install -r requirements.txt
Then the library can be installed using:
python setup.py install
Getting Started
Documentation, including a basic tutorial, is avalable here.
Citing EasyVVUQ
Richardson, R A, Wright, D W, Edeling, W, Jancauskas, V, Lakhlili, J and Coveney, P V. 2020 EasyVVUQ: A Library for Verification, Validation and Uncertainty Quantification in High Performance Computing. Journal of Open Research Software, 8: 11. DOI: 10.5334/jors.303.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easyvvuq-0.5.2.12.tar.gz.
File metadata
- Download URL: easyvvuq-0.5.2.12.tar.gz
- Upload date:
- Size: 70.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3503f0feb4beee9dbcd924a56e2be3685c1e7d1f55e44c35734f6b02b935e4f5
|
|
| MD5 |
744c2acdec5c5e0e729a9184a495ba4e
|
|
| BLAKE2b-256 |
4066b973e2511958a68e4cd1ddf04fe68aff138f03edd04fdc0111922615b100
|
File details
Details for the file easyvvuq-0.5.2.12-py3-none-any.whl.
File metadata
- Download URL: easyvvuq-0.5.2.12-py3-none-any.whl
- Upload date:
- Size: 114.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
256cb1d0a4045a416c24377b41d10069aa9da4ccf90061001161470a25dc053b
|
|
| MD5 |
561be887fb7690a8bca48ed7515651c5
|
|
| BLAKE2b-256 |
3877ecc455df953dbe04341a9ec6bb9df093bffe039b4eac8aa8378d3e685657
|