<?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=IsAbsPPT</id>
	<title>IsAbsPPT - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://qetlab.com/wiki/index.php?action=history&amp;feed=atom&amp;title=IsAbsPPT"/>
	<link rel="alternate" type="text/html" href="https://qetlab.com/wiki/index.php?title=IsAbsPPT&amp;action=history"/>
	<updated>2026-04-15T22:46:14Z</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=IsAbsPPT&amp;diff=601&amp;oldid=prev</id>
		<title>Nathaniel: Created page with &quot;{{Function |name=IsAbsPPT |desc=Determines whether or not a density matrix is absolutely PPT |rel=AbsPPTConstraints&lt;br /&gt;InSeparableBall |cat=List of functions#Ball_...&quot;</title>
		<link rel="alternate" type="text/html" href="https://qetlab.com/wiki/index.php?title=IsAbsPPT&amp;diff=601&amp;oldid=prev"/>
		<updated>2014-11-15T04:01:49Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Function |name=IsAbsPPT |desc=Determines whether or not a density matrix is absolutely PPT |rel=&lt;a href=&quot;/AbsPPTConstraints&quot; title=&quot;AbsPPTConstraints&quot;&gt;AbsPPTConstraints&lt;/a&gt;&amp;lt;br /&amp;gt;&lt;a href=&quot;/InSeparableBall&quot; title=&quot;InSeparableBall&quot;&gt;InSeparableBall&lt;/a&gt; |cat=List of functions#Ball_...&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=IsAbsPPT&lt;br /&gt;
|desc=Determines whether or not a density matrix is absolutely PPT&lt;br /&gt;
|rel=[[AbsPPTConstraints]]&amp;lt;br /&amp;gt;[[InSeparableBall]]&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;'''IsAbsPPT'''&amp;lt;/tt&amp;gt; is a [[List of functions|function]] that determines whether or not a density matrix $\rho$ is &amp;quot;absolutely PPT&amp;quot; (that is, whether or not $U\rho U^\dagger$ has [[IsPPT|positive partial transpose]] for all unitary matrices $U$). The conditions that determine whether or not a state is absolutely PPT were derived in &amp;lt;ref name=&amp;quot;Hil07&amp;quot;&amp;gt;R. Hildebrand. Positive partial transpose from spectra. ''Phys. Rev. A'', 76:052325, 2007. E-print: [http://arxiv.org/abs/quant-ph/0502170 arXiv:quant-ph/0502170]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This function returns 1 if $\rho$ is absolutely PPT, 0 if it is not absolutely PPT, and -1 if it was unable to determine whether or not $\rho$ is absolutely PPT within a reasonable amount of time.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
* &amp;lt;tt&amp;gt;IAPPT = IsAbsPPT(RHO)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;IAPPT = IsAbsPPT(RHO,DIM)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Argument descriptions==&lt;br /&gt;
* &amp;lt;tt&amp;gt;RHO&amp;lt;/tt&amp;gt;: A bipartite density matrix (or any bipartite positive semidefinite operator).&lt;br /&gt;
* &amp;lt;tt&amp;gt;DIM&amp;lt;/tt&amp;gt; (optional, by default has both subsystems of equal dimension): A 1-by-2 vector containing the dimensions of the two subsystems that &amp;lt;tt&amp;gt;X&amp;lt;/tt&amp;gt; acts on.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The maximally-mixed state is the simplest example of an absolutely PPT state:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;gt;&amp;gt; d = 5;&lt;br /&gt;
&amp;gt;&amp;gt; rho = eye(d^2);&lt;br /&gt;
&amp;gt;&amp;gt; IsAbsPPT(rho)&lt;br /&gt;
&lt;br /&gt;
ans =&lt;br /&gt;
&lt;br /&gt;
     1&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
* This function always gives an answer of either 0 or 1 if at least one of the local dimensions is 6 or less. If both local dimensions are 7 or higher, than sometimes an answer of -1 is returned, indicating that the script was unable to determine whether or not &amp;lt;tt&amp;gt;RHO&amp;lt;/tt&amp;gt; is absolutely PPT within a reasonable amount of time (but these situations are still relatively rare).&lt;br /&gt;
&lt;br /&gt;
* Absolutely PPT states are sometimes said to be &amp;quot;PPT from spectrum&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{{SourceCode|name=IsAbsPPT}}&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>