Skip to content
/ siqad Public

SiQAD graphical user interface for designing atomic silicon quantum dot assemblies.

License

Notifications You must be signed in to change notification settings

siqad/siqad

Repository files navigation

SiQAD

SiQAD (Silicon Quantum Atomic Designer) is a next-generation CAD tool that enables the design and simulation of silicon dangling bond (Si-DB) circuits through an intuitive graphical user interface (GUI) and a modular simulation back-end. The tool currently offers simulators that predict ground-state and dynamic electron configuration of given Si-DB configurations, and electrostatics simulation given electrode layouts. There are a few key resources available:

We are transitioning most of the information present in the rest of this README onto the documentation webpage. However, the information is still largely relevant at this time.

Documentation Status

Binary releases

Binary builds for Windows are available in the Releases page. Note that one of the first-party simulators, PoisSolver, is not available on Windows builds due to incompatibility of its dependencies. For more information, please refer to the Windows installation section in our official documentation.

For Linux, a Ubuntu PPA is available:

sudo add-apt-repository ppa:siqad/ppa
sudo apt-get update
sudo apt-get install siqad

You may then invoke SiQAD through the command line: siqad. Users of other Linux distributions would have to build from source.

For now, macOS binaries are not distributed and requires compilation from source.

Building from source on Linux

The compilation documentation has been moved to the Installation guide on our official documentation.

Licensing

The open source version of Qt5 falls under the GNU LGPL v3 license, as does the GUI code. Qt5 includes some packages which include third-party content under different licenses. If these are used their specific licenses must be considered. Refer to http://doc.qt.io/qt-5/licenses-used-in-qt.html for a list of third-party licensed libraries.