-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
3,369 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: b99c1c5497efac3d8e908a0f99aa112c | ||
config: 53bb5b5c3f20fc6ffde6186814f20d96 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,248 @@ | ||
<!DOCTYPE html> | ||
<html class="no-js" lang="en" > | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<title>Overview: module code — SQuADDS 0.1.0 documentation</title> | ||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> | ||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" /> | ||
<link rel="stylesheet" href="../_static/jupyter-sphinx.css" type="text/css" /> | ||
<link rel="stylesheet" href="../_static/thebelab.css" type="text/css" /> | ||
<link rel="stylesheet" href="../_static/copybutton.css" type="text/css" /> | ||
<link rel="stylesheet" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css" type="text/css" /><script src="../_static/js/web-components/top-nav-bar.js"></script> | ||
|
||
<!-- SEGMENT ANALYTICS --></head> | ||
<body class="pytorch-body"> | ||
<!-- UNIFIED TOP MENU --> | ||
<qiskit-ui-shell variant="hide-account"></qiskit-ui-shell> | ||
|
||
|
||
|
||
<!-- LEFT SIDE BAR --> | ||
|
||
<!-- if translations available, display language dropdown menu --> | ||
|
||
|
||
<!-- Menu becomes dropdown in mobile view --> | ||
<div class="table-of-contents-link-wrapper"> | ||
<span>Table of Contents</span> | ||
<a href="#" class="toggle-table-of-contents" data-behavior="toggle-table-of-contents"></a> | ||
</div> | ||
|
||
<!-- left side bar main content --> | ||
<nav data-toggle="wy-nav-shift" class="pytorch-left-menu" id="pytorch-left-menu"> | ||
<div class="pytorch-menu pytorch-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> | ||
<div class="sidebar"> | ||
<div class="pytorch-left-menu-search"> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search SQuADDS Docs" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div> | ||
</div> | ||
|
||
<!-- render sidebar from the toctree --> | ||
|
||
|
||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../index.html">Documentation Home</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../getting_started.html">Getting Started</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../tutorials/index.html">Tutorials</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../developer/index.html">Developer Notes</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../references/index.html">References</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../release_notes.html">Release Logs</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../apidocs/index.html">API Reference</a></li> | ||
<li class="toctree-l1"><a class="reference external" href="https://github.com/shanto268/SQuADDS">GitHub</a></li> | ||
</ul> | ||
|
||
|
||
|
||
<!-- PREVIOUS RELEASES --> | ||
|
||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
<!-- OPTIONAL EXPANDABLE FUNCTIONALITY --> | ||
|
||
|
||
<!-- STYLING --> | ||
<script> | ||
// indent subheadings under captions | ||
expandable_rows = document.getElementsByClassName("caption"); | ||
var i; | ||
for (i = 0; i < expandable_rows.length; i++) { | ||
expandable_rows[i].nextElementSibling.style.marginLeft = "1rem" | ||
|
||
// un-bold subheadings in dropdown | ||
var subheadings = expandable_rows[i].nextElementSibling | ||
for (j = 0; j < subheadings.children.length; j++) { | ||
subheadings.children[j].style.fontWeight = "unset" | ||
} | ||
} | ||
|
||
// adjust toctree class name to style external links | ||
var toc_rows = document.getElementsByClassName("toctree-l1"); | ||
var i; | ||
for (i = 0; i < toc_rows.length; i++) { | ||
if (toc_rows[i].children[0].className === "reference external") { | ||
toc_rows[i].className = "toctree-l1-external" | ||
} | ||
} | ||
|
||
// expand and unexpand previous releases dropdown when clicked | ||
var release_rows = document.getElementsByClassName("sidebar-l1-expandable"); | ||
for (i = 0; i < release_rows.length; i++) { | ||
release_rows[i].addEventListener("click", function() { | ||
this.classList.toggle("open"); | ||
var clicked_subheadings = this.nextElementSibling; | ||
if (clicked_subheadings.style.display === "block") { | ||
clicked_subheadings.style.display = "none"; | ||
} else { | ||
clicked_subheadings.style.display = "block"; | ||
} | ||
}); | ||
} | ||
</script> | ||
|
||
<div class="pytorch-container"> | ||
|
||
<!-- BREADCRUMB MINI MENU BELOW TOP NAV BAR --> | ||
<div class="pytorch-page-level-bar" id="pytorch-page-level-bar"> | ||
<div class="pytorch-breadcrumbs-wrapper"> | ||
<div role="navigation" aria-label="breadcrumbs navigation"> | ||
|
||
<ul class="pytorch-breadcrumbs"> | ||
|
||
<li> | ||
<a href="../index.html"> | ||
SQuADDS documentation | ||
</a> > | ||
</li> | ||
|
||
|
||
<li>Overview: module code</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- MAIN CENTRE CONTENT --> | ||
<section data-toggle="wy-nav-shift" id="pytorch-content-wrap" class="pytorch-content-wrap"> | ||
|
||
<div class="pytorch-content-left"> | ||
<div class="rst-content"> | ||
<div role="main" class="main-content" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<article itemprop="articleBody" id="pytorch-article" class="pytorch-article"> | ||
|
||
<h1>All modules for which code is available</h1> | ||
<ul><li><a href="squadds/core/utils.html">squadds.core.utils</a></li> | ||
<li><a href="squadds/database/checker.html">squadds.database.checker</a></li> | ||
<li><a href="squadds/database/config.html">squadds.database.config</a></li> | ||
<li><a href="squadds/database/contributor.html">squadds.database.contributor</a></li> | ||
<li><a href="squadds/database/reader.html">squadds.database.reader</a></li> | ||
<li><a href="squadds/database/utils.html">squadds.database.utils</a></li> | ||
</ul> | ||
|
||
</article> | ||
</div> | ||
<footer> | ||
<!-- USER FEEDBACK --> | ||
|
||
|
||
<!-- NEXT/PREVIOUS BUTTONS --> | ||
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> | ||
|
||
|
||
</div> | ||
|
||
<div role="contentinfo"> | ||
<p> | ||
<!-- SHOW QISKIT COPYRIGHT TEXT --> | ||
© Copyright 2023, Sadman Ahmed Shanto & Eli Levenson-Falk. | ||
|
||
<!-- SHOW DATE PAGE LAST UPDATED --> | ||
Last updated on 2023/12/19. | ||
|
||
</p> | ||
</div> | ||
|
||
<!-- SHOW 'MADE WITH SPHINX' TEXT --> | ||
|
||
<div> | ||
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using <a href="https://github.com/Qiskit/qiskit_sphinx_theme">Qiskit Sphinx Theme </a> (based on <a href="https://github.com/pytorch/pytorch_sphinx_theme"> PyTorch Sphinx Theme</a>). | ||
</div> | ||
|
||
<br> | ||
</footer> | ||
|
||
<script> | ||
function clicked(ctaType) { | ||
document.getElementById('was-helpful-thank-you').style.visibility = 'visible'; | ||
window.trackCta(`Helpful - ${ctaType}`); | ||
} | ||
</script> | ||
|
||
</div> | ||
</div> | ||
|
||
<!-- RIGHT SIDE AUTOSUMMARY MENU --> | ||
<div class="pytorch-content-right" id="pytorch-content-right"> | ||
<div class="pytorch-right-menu" id="pytorch-right-menu"> | ||
<div class="pytorch-side-scroll" id="pytorch-side-scroll-right"> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
|
||
<!-- MOBILE MENU FOR SIDEBAR --> | ||
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> | ||
<script src="../_static/jquery.js?v=5d32c60e"></script> | ||
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script src="../_static/documentation_options.js?v=01f34227"></script> | ||
<script src="../_static/doctools.js?v=888ff710"></script> | ||
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="../_static/thebelab-helper.js"></script> | ||
<script src="../_static/clipboard.min.js?v=a7894cd8"></script> | ||
<script src="../_static/copybutton.js?v=f281be69"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@jupyter-widgets/html-manager@^1.0.1/dist/embed-amd.js"></script> | ||
<script src="../_static/design-tabs.js?v=36754332"></script> | ||
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/list.js/1.5.0/list.min.js"></script> | ||
<script type="text/javascript" src="../_static/js/theme.js"></script> | ||
|
||
<!-- enable language dropdown menu expand --> | ||
<script type="text/javascript"> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
<script type="text/javascript"> | ||
$(document).ready(function() { | ||
mobileMenu.bind(); | ||
mobileTOC.bind(); | ||
sideMenus.bind(); | ||
scrollToAnchor.bind(); | ||
highlightNavigation.bind(); | ||
mainMenuDropdown.bind(); | ||
filterTags.bind(); | ||
|
||
// Add class to links that have code blocks, since we cannot create links in code blocks | ||
$("article.pytorch-article a span.pre").each(function(e) { | ||
$(this).closest("a").addClass("has-code"); | ||
}); | ||
}) | ||
</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.