How to Install and Uninstall libquantum-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 06,2024

1. Install "libquantum-dev" package

Please follow the steps below to install libquantum-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libquantum-dev

2. Uninstall "libquantum-dev" package

In this section, we are going to explain the necessary steps to uninstall libquantum-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libquantum-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libquantum-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libquantum-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 165
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: amd64
Source: libquantum
Version: 1.1.1-4
Depends: libquantum8 (= 1.1.1-4)
Filename: pool/universe/libq/libquantum/libquantum-dev_1.1.1-4_amd64.deb
Size: 33482
MD5sum: a7b6caa0960368e2ae0edc105e7f00be
SHA1: 84f2296bc0b3822f2970c1bc5fc286a942728539
SHA256: fef2ae328f4c2ef855199e3fcc3b38b9b7607bc156547026c5db7a4658000e37
Description-en: library for the simulation of a quantum computer (development files)
libquantum is a C library for the simulation of a quantum computer. Based on
the principles of quantum mechanics, it provides an implementation of a
quantum register. Basic operations for register manipulation such as the
Hadamard gate or the Controlled-NOT gate are available through an easy-to-use
interface. Measurements can be performed on either single qubits or the whole
quantum register.
.
Features:
* Simulation of arbitrary quantum algorithms is possible
* High perfomance and low memory consumption
* Decoherence support for realistic quantum computation
* Interface for quantum error correction (QEC)
* Supports the density operator formalism
* Implementations of Shor's factoring algorithm and Grover's search
algorithm are included
.
This package contains the header files and static libraries which are needed
to develop applications based on libquantum.
Description-md5: 4eddd59cb23df082bd98d23e80d7493b
Homepage: http://www.libquantum.de/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu