/aquapointer

Package applying quantum algorithms to find locations of water molecules in a protein cavity

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

PyPI version Downloads Repository Wellcome Leap Discord Chat

aquapointer

Package applying quantum algorithms to find locations of water molecules in a protein cavity.

Getting started

You can use this notebook to get started with aquapointer.

Installing aquapointer

From the top level of the repository, where the setup.py file is found, just run

python setup.py install

Documentation

The documentation is found in the docs folder. To install the documentation you need to install sphinx and install the development environment.

pip install sphinx
pip install -e .

To build an html version of the documentation, go to the docs directory and run the sphinx-build command, i.e.,

cd docs
sphinx-build -b html source build

Alternatively to the explicit sphinx-build command, you can use the Makefile shortcuts, such as make html.

Contributing

Aquapointer is developed by Unitary Fund, PASQAL, and Qubit Pharmaceuticals. You are welcome to contribute to the project, open an issue or a pull request.

You can join the #aquapointer channel on the Unitary Fund Discord for community support.

Funding

Work on aquapointer is supported by Wellcome Leap as part of the Quantum for Bio Program (Q4Bio).

License

Aquapointer is released under GPL-3.0 license.