Coder Social home page Coder Social logo

VM6502-Q Emulator

VM6502-Q Build Status

This is a working 6502 emulator with support for quantum operations provided by qrack.

See ReadMe.txt for the original readme documentation.

Building

Clone qrack. Follow the instructions on that repository for installing qrack, including OpenCL support.

Specify the SDL2 include directory:

export SDLDIR=/usr/include/SDL2

(...Or wherever your SDL2 headers reside on your system.)

From qrack checkout directory, for the v7 API:

mkdir _build && cd _build && cmake -DENABLE_BCD=ON -DENABLE_ROT_API=ON -DENABLE_REG_GATES=ON .. && make install

For v6 API, the -D options are not necessary. The make install operation might require sudo privileges.

Then, make all in the vm6502q checkout directory. This will use the installed qrack library and headers.

Usage

Run ./vm65 -r file.dat or use make run from the examples repository.

vm6502q's Projects

cc65 icon cc65

Compiler toolchain for the 6502q microprocessor.

eratosthenes icon eratosthenes

Fast prime generation for Python based on Sieve of Eratosthenes

openrelativity icon openrelativity

An open source framework to add the effects of traveling at relativistic speeds to visualizations or games

pennylane-qiskit icon pennylane-qiskit

This is a plugin to the PennyLane library to connect it to qiskit-terra.

projectq icon projectq

ProjectQ: An open source software framework for quantum computing

pyqir icon pyqir

PyQIR is a set of APIs for generating, parsing, and evaluating Quantum Intermediate Representation (QIR).

qimcifa icon qimcifa

Quantum-inspired Monte Carlo integer factoring algorithm

simulaqron icon simulaqron

Quantum Network Simulator for Application Programming

vm6502q icon vm6502q

Virtual Machine, quantum computational super set of a MOS 6502 emulator.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.