Closed
Description
When I try to use the initialpivots as shown in the index.md:
R = 4
grid = QD.DiscretizedGrid{2}(R, (0.0, 0.0), (1.0, 1.0))
initialpivots = [QD.origcoord_to_quantics(grid, (0.1, 0.1))] # at (x, y) = (0.1, 0.1)
But there are some errors as below:
ERROR: LoadError: MethodError: no method matching grididx_to_quantics(::QuanticsGrids.DiscretizedGrid{2}, ::NTuple{4, Int64})
The function grididx_to_quantics
exists, but no method is defined for this combination of argument types.
Could you help me on this problem? Thank you very much!
Metadata
Metadata
Assignees
Labels
No labels