<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://qetlab.com/wiki/index.php?action=history&amp;feed=atom&amp;title=InSeparableBall</id>
	<title>InSeparableBall - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://qetlab.com/wiki/index.php?action=history&amp;feed=atom&amp;title=InSeparableBall"/>
	<link rel="alternate" type="text/html" href="https://qetlab.com/wiki/index.php?title=InSeparableBall&amp;action=history"/>
	<updated>2026-06-02T22:42:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://qetlab.com/wiki/index.php?title=InSeparableBall&amp;diff=592&amp;oldid=prev</id>
		<title>Nathaniel: Created page with &quot;{{Function |name=InSeparableBall |desc=Checks whether or not an operator is in the ball of separability centered at the maximally-mixed state |rel=IsAbsPPT&lt;br /&gt;IsSepara...&quot;</title>
		<link rel="alternate" type="text/html" href="https://qetlab.com/wiki/index.php?title=InSeparableBall&amp;diff=592&amp;oldid=prev"/>
		<updated>2014-11-15T00:55:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Function |name=InSeparableBall |desc=Checks whether or not an operator is in the ball of separability centered at the maximally-mixed state |rel=&lt;a href=&quot;/IsAbsPPT&quot; title=&quot;IsAbsPPT&quot;&gt;IsAbsPPT&lt;/a&gt;&amp;lt;br /&amp;gt;IsSepara...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Function&lt;br /&gt;
|name=InSeparableBall&lt;br /&gt;
|desc=Checks whether or not an operator is in the ball of separability centered at the maximally-mixed state&lt;br /&gt;
|rel=[[IsAbsPPT]]&amp;lt;br /&amp;gt;[[IsSeparable]]&lt;br /&gt;
|cat=[[List of functions#Ball_of_separability|Ball of separability]]&lt;br /&gt;
|upd=November 14, 2014&lt;br /&gt;
|v=0.60}}&lt;br /&gt;
&amp;lt;tt&amp;gt;'''InSeparableBall'''&amp;lt;/tt&amp;gt; is a [[List of functions|function]] that determines whether or not a density matrix is contained within the ball of states that are separable centered at the maximally-mixed state (more generally, it determines whether or not a positive semidefinite operator is within the ball of separability centered at an appropriately-scaled identity matrix). The size of this ball of separability was computed in &amp;lt;ref&amp;gt;L. Gurvits and H. Barnum. Largest separable balls around the maximally mixed bipartite quantum state. ''Phys. Rev. A'', 66:062311, 2002. E-print: [http://arxiv.org/abs/quant-ph/0204159 arXiv:quant-ph/0204159]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
* &amp;lt;tt&amp;gt;ISB = InSeparableBall(X)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Argument descriptions==&lt;br /&gt;
* &amp;lt;tt&amp;gt;X&amp;lt;/tt&amp;gt;: A bipartite density matrix (or any bipartite positive semidefinite operator).&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The only states acting on $\mathbb{C}^m \otimes \mathbb{C}^n$ in the separable ball that do not have full rank are those with exactly 1 zero eigenvalue, and the $mn-1$ non-zero eigenvalues equal to each other. The following code highlights this fact when $m = n = 2$:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;gt;&amp;gt; U = RandomUnitary(4);&lt;br /&gt;
&amp;gt;&amp;gt; lam = [1,1,1,0]/3;&lt;br /&gt;
&amp;gt;&amp;gt; rho = U*diag(lam)*U'; % random density matrix with eigenvalues [1,1,1,0]/3&lt;br /&gt;
&amp;gt;&amp;gt; InSeparableBall(rho)&lt;br /&gt;
&lt;br /&gt;
ans =&lt;br /&gt;
&lt;br /&gt;
     1&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; lam2 = [1.01,1,0.99,0]/3;&lt;br /&gt;
&amp;gt;&amp;gt; rho2 = U*diag(lam2)*U'; % random density matrix with eigenvalues [1.01,1,0.99,0]/3&lt;br /&gt;
&amp;gt;&amp;gt; InSeparableBall(rho2)&lt;br /&gt;
&lt;br /&gt;
ans =&lt;br /&gt;
&lt;br /&gt;
     0&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SourceCode|name=InSeparableBall}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nathaniel</name></author>
	</entry>
</feed>