qSAT: Design of an Efficient Quantum Satisfiability Solver for Hardware Equivalence Checking
Abhoy Kole, Mohammed E. Djeridane, Lennart Weingarten, Kamalika Datta, Rolf Drechsler
TL;DR
This paper introduces qSAT, a quantum SAT solver designed for hardware equivalence checking that leverages Grover's algorithm to achieve a quadratic speed-up over classical search. It advances ESOP-based clause generation to minimize qubits and circuit depth, and presents a quantum miter circuit architecture with two realizations to optimize resource use. Through theoretical analysis and experiments on Qiskit and IBM hardware, it demonstrates reduced qubit counts, gate counts, and circuit depth, as well as improved fidelity when using a reduced reference model. The approach offers a practical pathway for deploying quantum-assisted hardware verification on NISQ devices, marking a notable step toward a complete qSAT solver.
Abstract
The use of Boolean Satisfiability (SAT) solver for hardware verification incurs exponential run-time in several instances. In this work we have proposed an efficient quantum SAT (qSAT) solver for equivalence checking of Boolean circuits employing Grover's algorithm. The Exclusive-Sum-of-Product based generation of the Conjunctive Normal Form equivalent clauses demand less qubits and minimizes the gates and depth of quantum circuit interpretation. The consideration of reference circuits for verification affecting Grover's iterations and quantum resources are also presented as a case study. Experimental results are presented assessing the benefits of the proposed verification approach using open-source Qiskit platform and IBM quantum computer.
