Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View rishikhurana2's full-sized avatar
🐕
🐕

Block or report rishikhurana2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. FourQuantumAlgorithms FourQuantumAlgorithms Public

    Created 4 python scripts that use Qiskit to implement the Deutsch-Jozsa, Bernstein–Vazirani, Simon, and Grover quantum algorithms.

    Python

  2. QuantumSimulator QuantumSimulator Public

    Created a python script that simulates a Quantum Computer by simulating QASM files. Shows the power of a real quantum computer due to how computationally expensive it is to simulate one classically.

    Python

  3. QAOA QAOA Public

    QAOA in Qiskit to approximately solve the Max2SAT problem

    Python

  4. MemoryProject MemoryProject Public

    Implemented a memory hierarchy in C++ that simulates an L1 and L2 cache with a victim cache in between. This memory hierarchy uses the LRU replacement policy for the victim cache and L2.

    C++

  5. CPUProject CPUProject Public

    C++ program that simulates a RISC-V CPU by reading a file representing the machine code of an assembly file.

    C++

  6. Toffoli-Approximation Toffoli-Approximation Public

    Qiskit implementation of an approximation to the Tofolli (CCNOT) Quantum Gate. Has a Hilbert-Schmidt distance of about 0.3827.

    Python