中文
相关论文

相关论文: Solve the Master Equation by Python-An Introductio…

200 篇论文

Ordinary Differential Equations (ODE) are used throughout science where the capture of rates of change in states is sought. While both pieces of commercial and open software exist to study such systems, their efficient and accurate usage…

数学软件 · 计算机科学 2018-03-20 Edwin Tye , Tom Finnie , Ian Hall , Steve Leach

We announce some Python classes for numerical solution of partial differential equations, or boundary value problems of ordinary differential equations. These classes are built on routines in \texttt{numpy} and \texttt{scipy.sparse.linalg}…

计算物理 · 物理学 2015-03-17 Asif Mushtaq , Trond Kvamsdal , Kåre Olaussen

Quantum trajectory methods can be used for a wide range of open quantum systems to solve the master equation by unraveling the density operator evolution into individual stochastic trajectories in Hilbert space. This C++ class library…

量子物理 · 物理学 2009-10-30 Ruediger Schack , Todd A. Brun

We present a Python module named PyCheb, to solve the ordinary differential equations by using spectral collocation method. PyCheb incorporates discretization using Chebyshev points, barycentric interpolation and iterate methods. With this…

数学软件 · 计算机科学 2016-11-07 Shaohui Liu , Tianshi Wang , Youran Zhang

PEPit is a Python package aiming at simplifying the access to worst-case analyses of a large family of first-order optimization methods possibly involving gradient, projection, proximal, or linear optimization oracles, along with their…

In this note, we generalize the classical optimal partial transport (OPT) problem by modifying the mass destruction/creation term to function-based terms, introducing what we term ``generalized optimal partial transport'' problems. We then…

最优化与控制 · 数学 2024-07-10 Yikun Bai

Recent releases of open-source research codes and solvers for numerically solving partial differential equations in Python present a great opportunity for educators to integrate these codes into the classroom in a variety of ways. The ease…

物理教育 · 物理学 2020-08-27 Pavan Inguva , Vijesh J. Bhute , Thomas N. H. Cheng , Pierre J. Walker

This paper investigates the semi-discrete optimal transport (OT) problem with entropic regularization. We characterize the solution using a governing, well-posed ordinary differential equation (ODE). This naturally yields an algorithm to…

数值分析 · 数学 2025-04-07 Luca Nenna , Daniyar Omarov , Brendan Pass

This tutorial is an andragogical guide for students and practitioners seeking to understand the fundamentals and practice of linear programming. The exercises demonstrate how to solve classical optimization problems with an emphasis on…

最优化与控制 · 数学 2024-05-20 Raj Bridgelall

The purpose of this paper is to introduce a new numerical method to solve multi-marginal optimal transport problems with pairwise interaction costs. The complexity of multi-marginal optimal transport generally scales exponentially in the…

最优化与控制 · 数学 2023-08-08 Luca Nenna , Brendan Pass

In this paper we investigate the computational complexity of solving ordinary differential equations (ODEs) $y^{\prime}=p(y)$ over \emph{unbounded time domains}, where $p$ is a vector of polynomials. Contrarily to the bounded (compact) time…

计算复杂性 · 计算机科学 2017-01-18 Amaury Pouly , Daniel S. Graça

In this paper, a new python package (optipoly) is described that solves box-constrained optimization problem over multivariate polynomial cost functions. The principle of the algorithm is described before its performance is compared to…

计算工程、金融与科学 · 计算机科学 2025-03-27 Mazen Alamir

Python has become the prime language for application development in the Data Science and Machine Learning domains. However, data scientists are not necessarily experienced programmers. While Python lets them quickly implement their…

分布式、并行与集群计算 · 计算机科学 2023-08-24 Oscar Castro , Pierrick Bruneau , Jean-Sébastien Sottet , Dario Torregrossa

This article introduces a new notion of optimal transport (OT) between tensor fields, which are measures whose values are positive semidefinite (PSD) matrices. This "quantum" formulation of OT (Q-OT) corresponds to a relaxed version of the…

图形学 · 计算机科学 2017-07-25 Gabriel Peyré , Lenaïc Chizat , François-Xavier Vialard , Justin Solomon

In this paper we consider a quantum open system and treat the master equation with some restricted dissipator which consists of a set of projection operators (projectors). The exact solution is given under the commutable approximation (in…

量子物理 · 物理学 2009-01-09 Kazuyuki Fujii

Master equations are probably the most fundamental equations for anyone working in quantum optics in the presence of dissipation. In this context it is then incredibly useful to have efficient ways of coding and simulating such equations in…

量子物理 · 物理学 2015-04-23 Carlos Navarrete-Benlloch

This paper describes the algorithms, features and implementation of PyDEC, a Python library for computations related to the discretization of exterior calculus. PyDEC facilitates inquiry into both physical problems on manifolds as well as…

数值分析 · 计算机科学 2012-02-28 Nathan Bell , Anil N. Hirani

Many physical, biological or chemical systems are modeled by ordinary differential equations (ODEs) and finding their solution is an every-day-task for many scientists. Here, we introduce a new C++ library dedicated to find numerical…

数学软件 · 计算机科学 2011-10-18 Karsten Ahnert , Mario Mulansky

QmeQ is an open-source Python package for numerical modeling of transport through quantum dot devices with strong electron-electron interactions using various approximate master equation approaches. The package provides a framework for…

介观与纳米尺度物理 · 物理学 2017-10-17 Gediminas Kiršanskas , Jonas Nyvold Pedersen , Olov Karlström , Martin Leijnse , Andreas Wacker

Any cutting-edge scientific research project requires a myriad of computational tools for data generation, management, analysis and visualization. Python is a flexible and extensible scientific programming platform that offered the perfect…

定量方法 · 定量生物学 2008-03-14 Julius B. Lucks
‹ 上一页 1 2 3 10 下一页 ›