Skip to content
View aormorningstar's full-sized avatar
Block or Report

Block or report aormorningstar

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned

  1. HeisenbergED HeisenbergED Public

    Lanczos diagonalization of a Heisenberg-like Hamiltonian in Julia.

    Julia 37 2

  2. GenerativeNeuralNets GenerativeNeuralNets Public

    Implementation of restricted Boltzmann machine, deep Boltzmann machine, deep belief network, and deep restricted Boltzmann network models using python. This code has some specalised features for 2D…

    Python 10 2

  3. apclattice apclattice Public

    A final project for APC 524 at Princeton University. A framework for stochastic dynamics of degrees of freedom pinned to the sites of a Bravais lattice.

    Python

  4. SymbolicMajoranas SymbolicMajoranas Public

    Code for working symbolically with operators that are sums of products of Majorana operators.

    Julia

  5. Find the rotation matrix that aligns... Find the rotation matrix that aligns one three-dimensional vector with another.
    1
    import numpy as np
    2
    
                  
    3
    def rotation(v1, v2):
    4
        """
    5
        Compute a matrix R that rotates v1 to align with v2.
  6. Build the unitary matrix correspondi... Build the unitary matrix corresponding to one period of a periodic (Floquet) quantum circuit.
    1
    module FloquetCircuits
    2
    
                  
    3
    import Base: Matrix
    4
    using LinearAlgebra: I
    5
    using TensorOperations: tensorcontract