Results 2 issues of Kenneth Hanley

Hi there, It seems that tensorcontract, with its current definition, is type unstable: ``` julia> @code_warntype tensorcontract(A, a_idx, B, b_idx) Variables #self#::Core.Compiler.Const(TensorOperations.tensorcontract, false) A::Array{Int64,2} IA::Tuple{Int64,Int64} B::Array{Int64,2} IB::Tuple{Int64,Int64} Body::Array 1 ─...

Hi Francois, I'm having an issue building YAO on a new Macbook running OS X Sierra at the moment. After configuring the Makefile, running `make` results in the following: ```...