JavaFXpert / llm-grovers-search-party

Leveraging Qiskit, GPT-3 and LangChain to demonstrate Grover's algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

llm-grovers-search-party

Leveraging Qiskit, OpenAI and LangChain to demonstrate Grover's algorithm

The following video discusses how to implement Grover's algorithm to solve a boolean satisfiability problem.

Dinner Party using Grover's Algorithm — Coding with Qiskit S2E5

In the video, a boolean expression is manually constructed from a narrative that involves inviting friends to a dinner party.

This repository contains an update Jupyter notebook that provides the ability to generate the boolean expression from a narrative. A large language model from OpenAI, as well as the LangChain library, are leveraged to accomplish this.

About

Leveraging Qiskit, GPT-3 and LangChain to demonstrate Grover's algorithm

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%