Skip to content

soultanis/QSVM

Repository files navigation

Qiskit Aqua Artificial Intelligence Tutorials, Samples and Input Files

Qiskit Aqua Artificial Intelligence is a set of tools, algorithms and software for use with quantum computers to carry out research and investigate how to take advantage of quantum computing power to solve artificial intelligence problems.

Qiskit Aqua Artificial Intelligence translates artificial-intelligence-specific problems into inputs for a quantum algorithm residing in Qiskit Aqua, which in turn uses Qiskit for the relevant quantum computation.

This folder contains some Jupyter Notebook examples. There are Python code files too.

For more detail see the main index

Input files

The folder input_files contains a number of example JSON input files that can be loaded and run by the Qiskit Aqua GUI or by the Qiskit Aqua command line tool.

Create conda environment for Qiskit and install packages (with the accompanying environment.yml file)

activate env
conda env create -f environment.yml

If you have already created environment, you can upgrade it by running

activate env
conda env update -f environment.yml

Releases

No releases published

Packages

No packages published