Skip to content

A problem about initialpivots #10

Closed
@dirichlet10

Description

@dirichlet10

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions