moroses / FreestylePulseOptimization

Apache License 2.0
1 stars 0 forks source link

FreestylePulseOptimization

Logo

This project implements VQE algorithm using freestyle pulse optimization. Currently the modules are set to

The current documentation is sparse, and will grow over time.

In the example directory, we demonstrate using VQE to find the groundstate energy of LiH molecule (for inter-atomic distance of 1.5 Angstrom).

The most useful functions in this repository are:

  1. FreestylePulseOptimization.simulations.main.optimize_transmon;
  2. FreestylePulseOptimization.runtime.main - This file can accept a JSON file to run experiments.

The documentation for the JSON file can be found in here.