https://github.com/romerogroup/pyprocar
Raw File
Tip revision: 990476474be11bd26145cf70f7425ab5d835edf7 authored by Uthpala Herath on 28 February 2020, 18:33:57 UTC
Added option to convert k-points between reduced and cartesian when OUTCAR is supplied.
Tip revision: 9904764
.travis.yml
language: python
python:
  - "3.7"
cache: pip
install:
  - pip install -r requirements.txt
script:
  - python tests.py
back to top