Getting Started

Installation

HierarQcal is hosted on [pypi](https://pypi.org/project/hierarqcal/) and can be installed via pip:

Based on the quantum computing framework you use, choose one of:

(.venv) $ pip install hierarqcal[cirq]

or

(.venv) $ pip install hierarqcal[qiskit]

or

(.venv) $ pip install hierarqcal[pennylane]

or if you only want to use hierarQcal core functionality

(.venv) $ pip install hierarqcal

The package is quantum computing framework independent, there are helper functions for Cirq, Qiskit and Pennylane to represent the circuits in their respective frameworks.