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

https://github.com/southernmethodistuniversity/urva

Tools for URVA
https://github.com/southernmethodistuniversity/urva

Last synced: about 1 month ago
JSON representation

Tools for URVA

Awesome Lists containing this project

README

          

# URVA

## Citation for Use

```bibtex
@misc{URVA2025,
author={R. Kalescky, Y. Tao and W. Zou and M. Freindorf and D. Cremer and E. Kraka},
title={URVA2025},
howpublished={Computational and Theoretical Chemistry Group (CATCO), Southern Methodist University: Dallas, TX, USA},
year={2024},
}
```

## Usage

URVA can be used via either Docker, Apptainer (Singularity) images, or as installed on SMU HPC systems.

### Docker

### Apptainer (Singularity)

### SMU HPC Systems

## Docs

### Build

```bash
python3 -m venv ~/.venv/urva
. ~/.venv/urva/bin/activate
pip install -U pip wheel setuptools
pip install -r requirements.txt
```