Skip to content

Commit

Permalink
Docs: Add badges and table of contents to README.md (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber authored Apr 3, 2023
1 parent 59fa6c4 commit 4f25df3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# aiida-pyscf
# `aiida-pyscf`
[![PyPI version](https://badge.fury.io/py/aiida-pyscf.svg)](https://badge.fury.io/py/aiida-pyscf)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/aiida-pyscf.svg)](https://pypi.python.org/pypi/aiida-pyscf)
[![CI](https://github.com/microsoft/aiida-pyscf/workflows/ci/badge.svg)](https://github.com/microsoft/aiida-pyscf/actions/workflows/ci.yml)

An [AiiDA](https://www.aiida.net) plugin for the [Python-based Simulations of Chemistry Framework (PySCF)](https://pyscf.org/index.html).

1. [Installation](#installation)
2. [Requirements](#requirements)
3. [Setup](#setup)
4. [Examples](#examples)
* [Mean-field calculation](#mean-field-calculation)
* [Customizing the structure](#customizing-the-structure)
* [Optimizing geometry](#optimizing-geometry)
* [Writing Hamiltonian to FCIDUMP files](#writing-hamiltonian-to-fcidump-files)
* [Writing orbitals to CUBE files](#writing-orbitals-to-cube-files)

## Installation

The recommended method of installation is through [`pip`](https://pip.pypa.io/en/stable/):
Expand Down

0 comments on commit 4f25df3

Please sign in to comment.