An open API service indexing awesome lists of open source software.

https://github.com/bdice/freud_boops_accuracy

Checking the accuracy of bond-orientational order parameters in freud against reference data from other codes.
https://github.com/bdice/freud_boops_accuracy

Last synced: 10 months ago
JSON representation

Checking the accuracy of bond-orientational order parameters in freud against reference data from other codes.

Awesome Lists containing this project

README

          

# Tests for BOOP accuracy

This repository holds reference data and tests used to check the accuracy of bond-orientational order parameters in freud against reference data.

To generate text files for freud, run:

```bash
python calculate_boops.py Test_Configuration.dat
```

The file `test_values.py` includes tests written in pytest for checking the accuracy of freud's values compared to the reference codes "GC" and "RvD". To run tests:

```bash
pytest -v -s
```