{"id":32348585,"url":"https://github.com/syedt1/qsvm_t4","last_synced_at":"2025-10-24T07:56:18.656Z","repository":{"id":319607261,"uuid":"1074328344","full_name":"SyedT1/QSVM_T4","owner":"SyedT1","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-19T06:12:43.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-19T18:12:07.351Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SyedT1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-11T15:22:57.000Z","updated_at":"2025-10-19T06:12:46.000Z","dependencies_parsed_at":"2025-10-19T18:12:27.728Z","dependency_job_id":"80f593bd-4380-4ffd-91ea-65294f1bdb5e","html_url":"https://github.com/SyedT1/QSVM_T4","commit_stats":null,"previous_names":["syedt1/qsvm_t4"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/SyedT1/QSVM_T4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyedT1%2FQSVM_T4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyedT1%2FQSVM_T4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyedT1%2FQSVM_T4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyedT1%2FQSVM_T4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SyedT1","download_url":"https://codeload.github.com/SyedT1/QSVM_T4/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyedT1%2FQSVM_T4/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280761853,"owners_count":26386245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-24T07:56:11.270Z","updated_at":"2025-10-24T07:56:18.652Z","avatar_url":"https://github.com/SyedT1.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QSVM_T4\n\n## 1. Alternating Entanglement Feature Map (AEFM)\n\n### Circuit Structure (2 layers):\n\n- **Initial encoding:**\n  $$R_{y}(x_1) \\otimes R_{y}(x_2)$$\n\n- **Layer 1:**\n  - $$R_{y}(x_1) \\otimes R_{y}(x_2)$$\n  - $$\\mathrm{CNOT}_{0\\to1}$$\n  - $$R_{z}(x_1) \\otimes R_{z}(x_2)$$\n  - $$\\mathrm{CNOT}_{1\\to0}$$\n\n- **Layer 2:**\n  - $$R_{y}(x_1) \\otimes R_{y}(x_2)$$\n  - $$\\mathrm{CNOT}_{0\\to1}$$\n  - $$R_{z}(x_1) \\otimes R_{z}(x_2)$$\n  - $$\\mathrm{CNOT}_{1\\to0}$$\n\n### Quantum Feature State:\n$$|\\phi_\\text{AEFM}(x)\\rangle = U_\\text{AEFM}(x)|00\\rangle$$\n\n### Kernel Function:\n$$k_\\text{AEFM}(\\mathbf{x}, \\mathbf{x'}) = |\\langle\\phi_\\text{AEFM}(\\mathbf{x})|\\phi_\\text{AEFM}(\\mathbf{x'})\\rangle|^2$$\n\n## 2. Strongly Entangling Feature Map with Hadamard (SEFM-H)\n\n### Circuit Structure (3 identical layers):\n\n- **Initial encoding:**\n  $$R_{y}(x_1) \\otimes R_{y}(x_2)$$\n\n- **Each layer ℓ = 1,2,3:**\n  - $$H \\otimes H$$\n  - $$R_{y}(x_1) \\otimes R_{y}(x_2)$$\n  - $$\\mathrm{CNOT}_{0\\to1}$$\n  - $$R_{z}(x_1) \\otimes R_{z}(x_2)$$\n\n### Quantum Feature State:\n$$|\\phi_\\text{SEFM-H}(x)\\rangle = U_\\text{SEFM-H}(x)|00\\rangle$$\n\n### Kernel Function:\n$$k_\\text{SEFM-H}(\\mathbf{x}, \\mathbf{x'}) = |\\langle\\phi_\\text{SEFM-H}(\\mathbf{x})|\\phi_\\text{SEFM-H}(\\mathbf{x'})\\rangle|^2$$\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyedt1%2Fqsvm_t4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyedt1%2Fqsvm_t4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyedt1%2Fqsvm_t4/lists"}