Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proto] Qadence Tree #278

Closed
wants to merge 1 commit into from
Closed

[Proto] Qadence Tree #278

wants to merge 1 commit into from

Conversation

dominikandreasseitz
Copy link
Collaborator

@dominikandreasseitz dominikandreasseitz commented Dec 22, 2023

Closes #399

@dominikandreasseitz dominikandreasseitz added the proto Experimental features label Dec 22, 2023
@dominikandreasseitz dominikandreasseitz self-assigned this Dec 22, 2023
@dominikandreasseitz dominikandreasseitz marked this pull request as draft December 22, 2023 13:53
Copy link
Collaborator

@Roland-djee Roland-djee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dominikandreasseitz looks fine as a basis. We should discuss this in the new year on how to expand on this and what kind of functionality we need to include.

@@ -39,6 +40,29 @@ def unique(x: Iterable) -> List:
return list(set(x))


@dataclass
class ParamContainer:
circ_vparams: ParamDictType
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to have a single dict like:

vparams = {"circuit": ParamDictType, "observable": ParmaDictType}

?

convert_block_fn = getattr(module, "convert_block")

except (ImportError, ModuleNotFoundError):
pass
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really pass here ?

@Roland-djee
Copy link
Collaborator

@dominikandreasseitz @Doomsk we should coordinate on how to proceed on this.

@jpmoutinho
Copy link
Collaborator

Closing given the issue created in the new expression system.

@jpmoutinho jpmoutinho closed this May 14, 2024
@jpmoutinho jpmoutinho reopened this May 14, 2024
@dominikandreasseitz
Copy link
Collaborator Author

archiving this @Roland-djee

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proto Experimental features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Proto] Qadence Tree
3 participants