Can
Can
When I try to run the following code, the print function always returns the integer 0 (zero). However, you can easily see that the coefficient of the z[1] * z[2]...
Example code is following: ``` b = NLevelBasis(3) s = bosonstates(b, [0,1,2]) mb = ManyBodyBasis(b,s) A = destroy(mb,1) ⊗ identityoperator(mb) # composite operator A.basis_l # print: [ManyBody(onebodybasis=NLevel(N=3), states:10) ⊗ ManyBody(onebodybasis=NLevel(N=3),...
I am encountering a ReadOnlyMemoryError() when calling create_mesh on Windows 64-bit. Despite successfully compiling the underlying libtesselate.dll using Visual Studio 2019 Build Tools, the process crashes as soon as the...