2011/03/02 by Fan Wei, Yan Xu, Fan, Wei +5
Computer Science · Decision Sciences · Engineering · #Computational Physics (physics.comp-ph) #Computational Physics and Python Applications #FOS: Physical sciences #Microfluidic and Capillary Electrophoresis Applications #Quantum Physics (quant-ph) #Scientific Computing and Data Management
paper · pdf · doi:10.48550/arxiv.1103.0325
openalex publication_date 2011/03/02 · openalex created_date 2016/06/24 · openalex updated_date 2026/07/28
A brief introduction to the Python computing environment is given. By solving the master equation encountered in quantum transport, we give an example of how to solve the ODE problems in Python. The ODE solvers used are the ZVODE routine in Scipy and the bsimp solver in GSL. For the former, the equation can be in its complex-valued form, while for the latter, it has to be rewritten to a real-valued form. The focus is on the detailed workflow of the implementation process, rather than on the syntax of the python language, with the hope to help readers simulate their own models in Python.