-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Jonathan Yates edited this page Sep 12, 2019
·
3 revisions
This wiki collects some discussion about various details on Optados. It is mainly of interest if you plan to contribute to the code development. This page and its linked pages are based on those for Wannier90.
We kindly request that all contributions to the code follow the advice and recommendations in the Guide for Contributors. This includes information about the requirements for coding style, naming conventions, documentation and commenting, and the addition of examples and test cases for new functionality.
How to write a test (required for pull requests with new code contribution, or changes to the current code)
Read the file test-suite/README
in the repository.