Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 640 Bytes

README.rst

File metadata and controls

31 lines (23 loc) · 640 Bytes

tidymol 0.1.0

Some tools to modify molden files.

  • Free software: MIT license

Development

Use your package manager or use the following instructions to install it in a virtual environment:

$ python3 -m venv .env
$ source .env/bin/activate
$ pip install --upgrade pip setuptools wheel
$ pip install -r devel-requirements.txt
$ pip install -e .

Citation

@Misc{Loehel2022,
  author = {Juergen Loehel and Alba Vargas-Caamal},
  title  = {tidymol 1.0},
  year   = {2022},
  url    = {https://github.com/jloehel/tidymol},
}