38 skills found · Page 1 of 2
DavitKhach / Quantum Algorithms TutorialsTutorials for Quantum Algorithms with Qiskit implementations.
qcc4cp / QccSource code for the book "Quantum Computing for Programmers", Cambridge University Press
givgramacho / CERN Quantum Computing CourseQuantum computing is one the most promising new trends in information processing. In this course, we will introduce from scratch the basic concepts of the quantum circuit model (qubits, gates and measures) and use them to study some of the most important quantum algorithms and protocols, including those that can be implemented with a few qubits (BB84, quantum teleportation, superdense coding...) as well as those that require multi-qubit systems (Deutsch-Jozsa, Grover, Shor..). We will also cover some of the most recent applications of quantum computing in the fields of optimization and simulation (with special emphasis on the use of quantum annealing, the quantum approximate optimization algorithm and the variational quantum eigensolver) and quantum machine learning (for instance, through the use of quantum support vector machines and quantum variational classifiers). We will also give examples of how these techniques can be used in chemistry simulations and high energy physics problems. The focus of the course will be on the practical aspects of quantum computing and on the implementation of algorithms in quantum simulators and actual quantum computers (as the ones available on the IBM Quantum Experience and D-Wave Leap). No previous knowledge of quantum physics is required and, from the mathematical point of view, only a good command of basic linear algebra is assumed. Some familiarity with the python programming language would be helpful, but is not required either.
qiskit-community / Prototype Entanglement ForgingA module for simulating chemical and physical systems using a Variational Quantum Eigensolver (VQE) enhanced by Entanglement Forging.
JordanovSJ / VQEA python module and example scripts to perform molecular simulationts with the variational quantum eigensolver (VQE)
GiggleLiu / QuantumMPSVariational Quantum Eigensolver with Fewer Qubits
stfnmangini / VQE From ScratchTutorial on Variational Quantum Eigensolver (VQE). Originally created for QOSF Mentorship Screening Task Submission (Task 4, batch 2020).
mafaldaramoa / VQEVQE Dissertation Project
kattemolle / HVQEUser-friendly but high-performance code for simulating Variational Quantum Eigensolvers for the Heisenberg model on any lattice. It is designed to support a computer-cluster workflow.
QuCO-CSAM / Solving Combinatorial Optimisation Problems Using Quantum AlgorithmsApplication of Variational Quantum Eigensolver (VQE) and Quantum Approximate Optimisation Algorithm (QAOA) to the Travelling Salesman Problem (TSP) and the Quadratic Assignment Problem (QAP) using Qiskit on IBM's quantum devices.
jjgoings / VQEVariational Quantum Eigensolver (VQE) from scratch on molecular hydrogen
walid-mk / VQEI Used the Variational Quantum Eigensolver (VQE) to find the ground state of a 4by4 matrix hamiltonian which we will use two qubits for it. The VQE algorithm is run in a noisy and noiseless simulator. The code implementation is written with the Qiskit language.
adelshb / Quantum Portfolio OptimizationPortfolio Optimization on a Quantum computer.
renatawong / Classical Shadow VqeQiskit implementation of classical shadow formalism with VQE for calculating ground state energies of molecules
ORNL-QCI / Xacc VqeDEPRECATED - Variational quantum eigensolver built on XACC
QIran-QWorld / IR QProject 101QIran's QProject101 (IR_QProject_101) is a 12 week long research program designed for the students and newcomers to the field of quantum computing and quantum programming. The main purpose of this program is to get acquainted with elementary research projects and utilize Qiskit skills to perform a real world problems on a quantum computer. Some of the topics covered in the topics include Quantum Teleportation, Variational Quantum Eigensolver, Quantum Image Processing, Quantum Generative Adversarial Networks, Quantum Random Walks, Quantum Key Distribution, Quantum Game Theory , and Exploration of Superconducting Quantum Hardware. The program has 9 topics and with 5 mentors. Researchers/students are mentored to tackle different challenges and prepare reports on their progress.
LucianoPereiraValenzuela / HEEMLibrary to implement the Variational Quantum Eigensolver (VQE) using hardware-efficient entangled measurements to estimate the energy
singular-value / VQE DemoJupyter notebook for a demo of VQE (Variational Quantum Eigensolver)
GhostArtyom / QuditVQEQudit variational quantum eigensolver
QUEST-UWMadison / OSCAROSCAR: configure and debug variational quantum algorithms efficiently