Skip to content

update deutsch-jozsa problem representation #58

@wrigjl

Description

@wrigjl

The DJ problem description includes a list of function values and a number of bits "n". The latter is unnecessary because it can be inferred from the length of the list which must be a power of 2

$$n = log_2 len(list)$$

Right now, quantumsolver depends on having N readily available, but we should simplify the parsing/representation of this problem AFTER we have the link between Redux and quantumsolver working.

Oh, and while here, rename the "S" variable to "i" to match BV and Simon's problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions