Version 1.0 - March 20, 2017

QIClib is a mordern C++11 library for general purpose quantum computing, supporting Linux, Windows and Mac OS X. It is a header only template library, using Armadillo (developed by Conrad Sanderson et al., Data61, Australia) for highly efficient linear algebra calculations, and if available, the NLopt nonlinear optimization library for certain features.

Getting started

Got a Problem or Question?

If you have a question about how to use QIClib, create a new issue at issue tracker labelled discussion.

Found an Issue or Bug?

If you found a bug in the source code or a mistake in any kind of documentation, please let us know by adding an issue to the issue tracker.
You are welcomed to submit a pull request with your fix afterwards, if at hand.

Requesting a Feature?

If you are missing some features within QIClib, feel free to ask us about it by adding a new request to the issue tracker labelled feature request.
Note that submitting a pull request, providing the needed changes to introduced your requested feature, usually speeds up the process.

License

Copyright (c) 2015 - 2017 Titas Chanda, titas DOT chanda AT gmail DOT com

QIClib is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

QIClib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with QIClib. If not, see http://www.gnu.org/licenses/.