Awesome
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.