-
-
hasktorch Public
Forked from hasktorch/hasktorchTensors and neural networks in Haskell
Haskell Other UpdatedAug 24, 2024 -
hindley-milner-type-check Public
Forked from anton-k/hindley-milner-type-checkHaskell library for type-inference with Hindley-Milner type-system.
Haskell BSD 3-Clause "New" or "Revised" License UpdatedJun 12, 2024 -
-
easy-union-find Public
union find in haskell, based on ST Monad, made it easy to use
Haskell MIT License UpdatedNov 21, 2023 -
monad-computation-learn Public
This is how I decompose, analyze and reproduce the packages related to the idea of letting Monad handle computational effects (e.g. qio-haskell and monad-bayes).
Haskell UpdatedJul 10, 2023 -
string-format-hs Public
a simple string formatting function for haskell, works in the similar way to python's ("{}".format(x))
Haskell MIT License UpdatedMay 16, 2023 -
dlab-public Public
Forked from con-schneider/dlab-publicCode for the paper "DLAB - Deep learning methods for structure-basedvirtual screening of antibodies"
Python GNU General Public License v2.0 UpdatedMay 13, 2023 -
QuEST Public
Forked from QuEST-Kit/QuESTA multithreaded, distributed, GPU-accelerated simulator of quantum computers
C++ MIT License UpdatedApr 28, 2023 -
StatsPlots.jl Public
Forked from JuliaPlots/StatsPlots.jlStatistical plotting recipes for Plots.jl
Julia Other UpdatedMar 25, 2023 -
naiveTensor Public
naive implementation of tensor data structure in `Haskell`
Haskell UpdatedMar 13, 2023 -
easyPPL Public
`Haskell` implementation of probabilistic programming languages(`PPL`), make it easy to use && easy to follow
Haskell UpdatedMar 13, 2023 -
NestedVector.jl Public
Vector{Vector{...}} style is convenient. Representing Multi-dimentional Array in a nested vector form.
Julia MIT License UpdatedJan 31, 2023 -
-
-
EasyFormat.jl Public
"{}".format rules made string/path formatting easy in julia
Julia UpdatedJan 28, 2023 -
-
MaybeTensor.jl Public
MaybeTensor is just nested vectors, where every level could be Nothing or some value. Note that performance(speed) is not the core target of this project, but the flexibility. I actually tried some…
Julia UpdatedOct 8, 2022 -
egg_quantum Public
Forked from big91987/egg_quantumegg is a flexible, high-performance e-graph library (this fork is for quantum gate compile optimizer)
-
-
-
Relbo.jl Public
rewriting ELBO: variational inference using symbolic rewriting techniques
-
Preconditioner4Yao.jl Public
precondioner optimizer for Yao.jl, include variational imaginary time evolution, quantum natural gradient, and so on
Julia UpdatedJun 16, 2022 -
-
SymbolicCircuit.jl Public
Symbolic system for Qauntum computing, using term rewriting & equality saturation technique to manipulate quantum circuit
-
OMEinsum.jl Public
Forked from under-Peter/OMEinsum.jlOne More Einsum for Julia! With runtime order-specification and high-level adjoints for AD
Julia MIT License UpdatedApr 20, 2022 -
egg-rise Public
Forked from Bastacyclop/egg-riseExprimenting with egg (https://github.com/egraphs-good/egg) for Rise (https://github.com/rise-lang)
Rust UpdatedMar 16, 2022 -
Ansatz-based imaginary time evolution method for quantum computing, implemented using mindquantum
-
This project implement the hybrid tensor network idea for quantum computing
-