Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.04 KB

README.md

File metadata and controls

13 lines (12 loc) · 1.04 KB

About me

Hello there, I'm Javier.

Projects

  • HandWritting: A web app to read handwritten characters in some alphabets.
    • The available alphabets are hiragana, hangul and cyrillic.
  • VqePy: Python library that implement a interface to construct spin model representantions and execute variational quantum algorithms.
    • The available models are Molecules, Fermi-Hubbard and spin models.
    • The available methods are VQE.
  • SpinSim.py: Python package that allow to construct matrix representations of spin models and compute some quatities of interest.
  • SpinSim.jl: Julia version of the SpinSim.py.
  • SMMCodes: Repository with scripts to simulate different SMM and their differents properties.
  • C++ quantum circuit: My implementation of a quantum circuit in C++ having a small set of gates.