graphcore-research / pyscf-ipu

PySCF on IPU
https://github.com/graphcore-research/pyscf-ipu#readme
Apache License 2.0
42 stars 2 forks source link

Adding contribution guide and enable copyright checks as a pre-commit hook #91

Closed hatemhelal closed 1 year ago

hatemhelal commented 1 year ago

This patch adds a contribution guide covering setting up a development environment for IPU development. This guide was initially developed for other projects (see hydronet-gnn). While reviewing the steps it occurred to me that we don't have a copyright check (required for OSS) so I've implemented a basic pre-commit hook that applies the flake8-copyright check.

Adds the following test-only dependencies: