If you find any bugs or inconveniences in tequila
please don't be shy and let us know.
You can do so either by raising an issue here on github or contact us directly.
If you already found a solution you can contribute to tequila
over a pull-request.
Here is how that works:
- Make a fork of
tequila
to your own github account. - Checkout the
devel
branch and make sure it is up to date with the main github repository. - Create and checkout a new branch from
devel
viagit branch pr-my-branch-name
followed bygit checkout pr-my-branch-name
. By typinggit branch
afterwards you can check which branch is currently checked out on your computer. - Introduce changes to the code and commit them with git.
- Push the changes to your github account
- Log into github and create a pull request to the main github repository. The pull-request should be directed to the
devel
branch (but we can also change that afterwards).
If you plan to introduce major changes to the base library it can be beneficial to contact us first. This way we might be able to avoid conflicts before they arise.
If you used tequila
for your research, feel free to include your algorithms here, either by integrating it into the core libraries or by demonstrating it with a notebook in the tutorials section. If you let us know about it, we will also add your research article in the list of research projects that use tequila (see the github repo
s README).