Error message
- Deprecated function: TYPO3\PharStreamWrapper\Manager::initialize(): Implicitly marking parameter $resolver as nullable is deprecated, the explicit nullable type must be used instead in include_once() (line 19 of includes/file.phar.inc).
- Deprecated function: TYPO3\PharStreamWrapper\Manager::initialize(): Implicitly marking parameter $collection as nullable is deprecated, the explicit nullable type must be used instead in include_once() (line 19 of includes/file.phar.inc).
- Deprecated function: TYPO3\PharStreamWrapper\Manager::__construct(): Implicitly marking parameter $resolver as nullable is deprecated, the explicit nullable type must be used instead in include_once() (line 19 of includes/file.phar.inc).
- Deprecated function: TYPO3\PharStreamWrapper\Manager::__construct(): Implicitly marking parameter $collection as nullable is deprecated, the explicit nullable type must be used instead in include_once() (line 19 of includes/file.phar.inc).
- Deprecated function: UpdateQuery::expression(): Implicitly marking parameter $arguments as nullable is deprecated, the explicit nullable type must be used instead in require_once() (line 1884 of includes/database/database.inc).
- Deprecated function: MergeQuery::expression(): Implicitly marking parameter $arguments as nullable is deprecated, the explicit nullable type must be used instead in require_once() (line 1884 of includes/database/database.inc).
- Deprecated function: SelectQueryInterface::getArguments(): Implicitly marking parameter $queryPlaceholder as nullable is deprecated, the explicit nullable type must be used instead in require_once() (line 1884 of includes/database/database.inc).
- Deprecated function: SelectQueryInterface::preExecute(): Implicitly marking parameter $query as nullable is deprecated, the explicit nullable type must be used instead in require_once() (line 1884 of includes/database/database.inc).
- Deprecated function: SelectQueryExtender::getArguments(): Implicitly marking parameter $queryPlaceholder as nullable is deprecated, the explicit nullable type must be used instead in require_once() (line 1884 of includes/database/database.inc).
- Deprecated function: SelectQueryExtender::preExecute(): Implicitly marking parameter $query as nullable is deprecated, the explicit nullable type must be used instead in require_once() (line 1884 of includes/database/database.inc).
- Deprecated function: SelectQuery::getArguments(): Implicitly marking parameter $queryPlaceholder as nullable is deprecated, the explicit nullable type must be used instead in require_once() (line 1884 of includes/database/database.inc).
- Deprecated function: SelectQuery::preExecute(): Implicitly marking parameter $query as nullable is deprecated, the explicit nullable type must be used instead in require_once() (line 1884 of includes/database/database.inc).
New open source Python module for quantum optimal control in QuTiP
Source:
QuTiP users (Google) Group
The quantum control group at Aberystwyth University have developed a Python module for quantum optimal control. The module has been incorporated into QuTiP (Quantum Toolbox in Python) and is now part of the official release 3.1.0, which was announced on 1 Jan 2015. The module provides a method for determining control pulses for quantum systems via GRAPE, that is easy to configure, and runs on a free-to-use, open, and scalable platform. Originally based on the DYNAMO MATLAB package (https://quantumcontrol.eu/content/dynamo-package) it has now been extended to support unitary, Lindbladian and Symplectic dynamics, all with exact gradients. The main processing is completed using a well established implementation of the L-BFGS-B algorithm within SciPy, that is developed in Fortran, and is hence very efficient. For further information see the official QuTiP 3.1.0 release statement:
https://groups.google.com/forum/#!topic/qutip/5gp5JBzLiks
Software and documentation can be downloaded from:
http://www.qutip.org
For examples of use see:
http://qutip.org/tutorials.html
With any questions related to the qutip.control modules please contact:
Alexander Pitchford: agp1@aber.ac.uk
Submitted 10 years 7 months ago by
Ajgpitch.