GenericTensorNetworks.jl icon indicating copy to clipboard operation
GenericTensorNetworks.jl copied to clipboard

Generic tensor networks for solution space properties.

Results 5 GenericTensorNetworks.jl issues
Sort by recently updated
recently updated
newest added

@JuliaRegistrator register

Input data type is Int32 1). compute integer matrix multiplication on Int64: `y = A * B`, 2). compute `y mod p`, if integer overflow (negative number), add `ymax mod...

low priority

The following code solves MIS on a 10x10 king's graph ```Julia using GenericTensorNetworks using Graphs using Yao.YaoBlocks Lx = Ly = 10 N = Lx * Ly unit = 3.0...