Home - QC-at-Davis/ALALI GitHub Wiki

Welcome to the ALALI wiki!

ALALI is an object-oriented solution to mapping a molecule to a quantum computer. It maps atoms to qubits and bonds to CX gates. All you need is a SMILES representation of your molecule, and a few lines of code!

The documentation being generated with Sphinx Autodoc right now, thank you for your patience! In the meantime, all of the documentation is available using Python's help() function to read docstrings. For example, you could enter the following for a complete list of classes and functions.

import ALALI
help(ALALI)

The README includes an overview of ALALI'S features, installation, and a quick example.

See the "Example: Proline" page of the wiki for a worked out example!

Support

If there is something wrong, or a feature you would like to see, please feel free to contact Jack Goon at [email protected]. Furthermore, feel free to submit issues on Github.