You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VQE for PFSSP. A Python implementation of a Variational Quantum Eigensolver for the Permutation Flow Shop Scheduling Problem, using compact Lehmer code encoding, Qiskit’s RealAmplitudes ansatz, and hybrid SPSA/COBYLA optimization to minimize makespan on Taillard benchmark instances.
Distributed GPU-accelerated tree search: Exploring parallel Branch-and-Bound based on the MPI+X standard (X=OpenMP, MPI, CUDA, HIP, etc), written in C language.