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

feat: add clifford simulator(#1) #127

Merged
merged 3 commits into from
Dec 22, 2023
Merged

Conversation

lucky9-cyou
Copy link
Contributor

  • [feat]: init add qfvm clifford

  • [feat]: add simulate circuit using clifford

  • [fix]: fix compile bugs

  • [feat]: init add python

  • [feat]: add naive final measure

  • style: format code

  • fix: ms aligned malloc

  • fix: apple align malloc

  • ci: update macos os version to latest

  • ci: update macos os version to latest

  • ci: update eigen version

  • ci: update macos version min version

  • ci: update macos version min

  • ci: update pyproject

  • ci: update pyproject

  • feat: fix bugs, add clifford test

lucky9-cyou and others added 3 commits December 22, 2023 14:42
* [feat]: init add qfvm clifford

* [feat]: add simulate circuit using clifford

* [fix]: fix compile bugs

* [feat]: init add python

* [feat]: add naive final measure

* style: format code

* fix: ms aligned malloc

* fix: apple align malloc

* ci: update macos os version to latest

* ci: update macos os version to latest

* ci: update eigen version

* ci: update macos version min version

* ci: update macos version min

* ci: update pyproject

* ci: update pyproject

* feat: fix bugs, add clifford test
Copy link
Collaborator

@Zhaoyilunnn Zhaoyilunnn left a comment

Choose a reason for hiding this comment

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

For cpp code, we also need unit tests, this is not urgent. Maybe we can create an issue as backlog.

@@ -263,3 +263,82 @@ def test_after_measure(self):
[diff_00, diff_11], [2, 0]
)
self.assertTrue(success)


class TestCliffordSimulatorBasis(BaseTest):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

add some test for clifford

@@ -18,6 +18,7 @@ archs = ["x86_64"]


[tool.cibuildwheel.macos]
environment = {MACOSX_DEPLOYMENT_TARGET = "13.6"}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is for some new features used in cpp code

@Zhaoyilunnn Zhaoyilunnn merged commit 47346cf into ScQ-Cloud:master Dec 22, 2023
83 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants