Skip to content
#

quantum

Here are 401 public repositories matching this topic...

cgranade
cgranade commented Aug 6, 2020

Please describe what you would like the feature to accomplish.
It can be really helpful to write unit tests that should fail (e.g.: checking that a new assertion or fact correctly identifies when a condition is not met). In the legacy testing framework, this could be accomplished with a C# test operation finder of the following form:

        [OperationDriver(Suffix = "TestShouldFail
msramalho
msramalho commented Nov 15, 2018

Whenever a slide has minted code, like so:

\begin{frame}[fragile]{Example minted}
	\begin{minted}{python}
		from qiskit_aqua import run_algorithm

		print(run_algorithm(params)['result'])
	\end{minted}
\end{frame}

One is unable to add the \pagenumber before \end{frame} as it gets left aligned instead of right aligned:
![image](https://user-images.githubusercontent.com/1

Improve this page

Add a description, image, and links to the quantum topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the quantum topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.