Metadata-Version: 2.1
Name: ntov
Version: 0.3.1
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Wasserman Group
Author-email: gonza445@purdue.edu
License: BSD-3-Clause
Platform: UNKNOWN
Description-Content-Type: text/markdown

n(r) to v(r)
==============================
"Density-to-potential" inversion Suite. 

[//]: # (Badges)
[![GitHub Actions Build Status](https://github.com/wasserman-group/n2v/actions/workflows/CI.yaml/badge.svg)](https://github.com/wasserman-group/n2v/actions)
[![LGTM Grade](https://img.shields.io/lgtm/grade/python/github/wasserman-group/n2v)](https://lgtm.com/projects/g/wasserman-group/n2v/?mode=list)
[![codecov](https://codecov.io/gh/VHchavez/n2v/branch/main/graph/badge.svg?token=4B8r0cQ2Wk)](https://codecov.io/gh/VHchavez/n2v)
[![licence](https://img.shields.io/github/license/wasserman-group/n2v?color=blue)](https://github.com/wasserman-group/n2v/blob/main/LICENSE)


### Tutorials:
- Learn how to use `n2v` with these [examples](https://github.com/wasserman-group/n2v_examples) or try it without installing: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/wasserman-group/n2v_examples/HEAD)

### Installation: 

- Through pip:
```
pip install ntov 
```
- conda coming soon!

#### Additional dependencies: 
- Libxc *and* pylibxc must be installed as well. 
```
conda install -c conda-forge libxc
```
- To communicate libxc with your python site-packages folder:
```
wget http://www.tddft.org/programs/libxc/down.php?file=5.0.0/libxc-5.0.0.tar.gz
tar -xf libxc-5.0.0.tar.gz
cd libxc-5.0.0
python setup.py install
```

### Additional Information: 
- We recommend the use of a conda environment (<3.7).
- If installing in Windows, we recommend the use of [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
- If any unexpected error occurs, please contact us at: gonza445@purdue.edu 

### Copyright
Copyright (c) 2021, Wasserman Group  

#### Acknowledgements
*Victor H. Chavez* was supported by a fellowship from The Molecular Sciences Software Institute under NSF grant OAC-1547580.  
Project based on the [MolSSI Cookiecutter](https://github.com/molssi/cookiecutter-cms).  


