Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 19, 2024
2 parents ab12990 + 71be3c7 commit c48675e
Show file tree
Hide file tree
Showing 5 changed files with 587 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"title": "Fixed depth Hamiltonian simulation via Cartan decomposition",
"authors": [
{
"username": "Qottmann"
}
],
"dateOfPublication": "2024-12-19T00:00:00+00:00",
"dateOfLastModification": "2024-12-19T00:00:00+00:00",
"categories": [
"Quantum Computing",
"Algorithms"
],
"tags": [],
"previewImages": [
{
"type": "thumbnail",
"uri": "/_static/demo_thumbnails/regular_demo_thumbnails/thumbnail_fixed_depth_hamiltonian_simulation_via_cartan_decomposition.png"
},
{
"type": "large_thumbnail",
"uri": "/_static/demo_thumbnails/large_demo_thumbnails/thumbnail_large_fixed_depth_hamiltonian_simulation_via_cartan_decomposition.png"
}
],
"seoDescription": "Using Cartan decomposition and the KAK theorem to decompose unitary gates following the approach in the paper Fixed Depth Hamiltonian Simulation via Cartan Decomposition (arXiv:2104.00728) with a code implementation in PennyLane.",
"doi": "",
"references": [
{
"id": "Kökcü",
"type": "preprint",
"title": "Fixed Depth Hamiltonian Simulation via Cartan Decomposition",
"authors": "Efekan Kökcü, Thomas Steckmann, Yan Wang, J. K. Freericks, Eugene F. Dumitrescu, Alexander F. Kemper",
"year": "2021",
"publisher": "",
"journal": "",
"doi": "10.48550/arXiv.2104.00728",
"url": "https://arxiv.org/abs/2104.00728"
},
{
"id": "Chu",
"type": "preprint",
"title": "Lax dynamics for Cartan decomposition with applications to Hamiltonian simulation",
"authors": "Moody T. Chu",
"year": "2024",
"publisher": "",
"journal": "",
"doi": "10.1093/imanum/drad018",
"url": "https://mtchu.math.ncsu.edu/Research/Papers/Cartan_02.pdf"
}
],
"basedOnPapers": ["10.48550/arXiv.2104.00728"],
"referencedByPapers": [],
"relatedContent": [
{
"type": "demonstration",
"id": "tutorial_kak_theorem",
"weight": 1.0
},
{
"type": "demonstration",
"id": "tutorial_liealgebra",
"weight": 1.0
}
]
}
Loading

0 comments on commit c48675e

Please sign in to comment.