Difference between revisions of "Main Page"

From QETLAB
Jump to navigation Jump to search
(Updated to v0.30)
Line 2: Line 2:
 
{| id="mp-topbanner" style="width:100%; background:#fcfcfc; margin-top:1em; border:1px solid #ccc;"
 
{| id="mp-topbanner" style="width:100%; background:#fcfcfc; margin-top:1em; border:1px solid #ccc;"
 
| style="width:56%; color:#000;" |
 
| style="width:56%; color:#000;" |
<!--        "WELCOME TO WIKIPEDIA" AND ARTICLE COUNT       -->
+
<!--        "WELCOME TO QETLAB" HEADER       -->
 
{| style="width:280px; border:none; background:none;"
 
{| style="width:280px; border:none; background:none;"
| style="width:280px; text-align:center; white-space:nowrap; color:#000;" |
+
| style="width:280px; text-align:center; white-space:nowrap; color:#000;padding-left:20px;" |
<div style="font-size:162%; border:none; margin:0; padding:.1em; color:#000;">Welcome to [[QETLAB]],</div>
+
<div style="font-size:170%; border:none; margin:0; padding:.1em; color:#000;">Welcome to <b>QETLAB</b>,</div>
<div style="top:+0.2em; font-size:95%;">a MATLAB toolbox for [[quantum entanglement]].</div>
+
<div style="top:+0.2em; font-size:95%;">a MATLAB toolbox for quantum entanglement.</div>
<div id="articlecount" style="width:100%; text-align:center; font-size:85%;">Currently contains [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles.</div>
 
 
|}
 
|}
 
<!--        PORTAL LIST ON RIGHT-HAND SIDE        -->
 
<!--        PORTAL LIST ON RIGHT-HAND SIDE        -->
Line 21: Line 20:
 
|}
 
|}
  
'''[[QETLAB]]''' ('''Q'''uantum '''E'''ntanglement '''T'''heory '''LAB'''oratory) is a MATLAB toolbox for exploring quantum entanglement theory. While there are many quantum information theory toolboxes that allow the user to perform basic tests for entanglement such as the [[positive partial transpose criterion]], new tests are constantly discovered. The goal of QETLAB is to remain up-to-date and contain an ever-growing catalogue of separability criteria, positive maps, and related functions of interest. Furthermore, QETLAB is designed to work well both with full matrices and with large sparse matrices.
+
'''QETLAB''' ('''Q'''uantum '''E'''ntanglement '''T'''heory '''LAB'''oratory) is a MATLAB toolbox for exploring quantum entanglement theory. While there are many quantum information theory toolboxes that allow the user to perform basic operations such as the [[PartialTranspose|partial transposition]], new tests are constantly discovered. The goal of QETLAB is to remain up-to-date and contain an ever-growing catalogue of separability criteria, positive maps, and related functions of interest. Furthermore, QETLAB is designed to work well both with full matrices and with large sparse matrices, and makes use of many advanced techniques based on semidefinite programming.
 
 
<center>'''QETLAB is currently very much a work in progress &ndash; ''please'' let me know of any comments, suggestions, or bug reports that you have at: nathaniel(AT)njohnston.ca'''</center>
 
  
 
<div style="border:1px outset #dddddd;background:#eeeeee;margin:12px 20px 5px 20px;padding:5px;white-space:nowrap;">
 
<div style="border:1px outset #dddddd;background:#eeeeee;margin:12px 20px 5px 20px;padding:5px;white-space:nowrap;">
 
{| style="background:#eeeeee;" |
 
{| style="background:#eeeeee;" |
 
|-
 
|-
| valign="top" | [[File:download.gif|link=http://www.qetlab.com/source/qetlab.zip]]
+
| valign="top" | [[File:download.gif|link=https://github.com/nathanieljohnston/qetlab/zipball/master]]
|<span style="padding-left:10px;font-size:130%;font-weight:bold;">Download and Install QETLAB</span><br /><div style="padding:4px 0 0 12px;">'''Step 1:''' Download [http://www.qetlab.com/source/qetlab.zip qetlab.zip] (current version: 0.30, last updated: March 20, 2014)</div><div style="padding:4px 0 0 12px;">'''Step 2:''' Unzip the file in your MATLAB scripts directory</div><div style="padding:4px 0 0 12px;">'''Step 3:''' Download and install [http://cvxr.com/cvx/ cvx]</div>
+
|<span style="padding-left:10px;font-size:130%;font-weight:bold;">Download and Install QETLAB</span><br /><div style="padding:4px 0 0 12px;">'''Step 1:''' Download [https://github.com/nathanieljohnston/qetlab/zipball/master QETLAB] (current version: 0.50, last updated: November 6, 2014)</div><div style="padding:4px 0 0 12px;">'''Step 2:''' Unzip the file in your MATLAB scripts directory</div><div style="padding:4px 0 0 12px;">'''Step 3:''' Download and install [http://cvxr.com/cvx/ CVX]</div>
 
|}</div>
 
|}</div>

Revision as of 17:23, 7 November 2014

Welcome to QETLAB,
a MATLAB toolbox for quantum entanglement.
Overview · How to contribute Popular pages · A–Z index

QETLAB (Quantum Entanglement Theory LABoratory) is a MATLAB toolbox for exploring quantum entanglement theory. While there are many quantum information theory toolboxes that allow the user to perform basic operations such as the partial transposition, new tests are constantly discovered. The goal of QETLAB is to remain up-to-date and contain an ever-growing catalogue of separability criteria, positive maps, and related functions of interest. Furthermore, QETLAB is designed to work well both with full matrices and with large sparse matrices, and makes use of many advanced techniques based on semidefinite programming.

Download.gif Download and Install QETLAB
Step 1: Download QETLAB (current version: 0.50, last updated: November 6, 2014)
Step 2: Unzip the file in your MATLAB scripts directory
Step 3: Download and install CVX