Quantarhei 是一个主要用 Python 编写的 分子系统开放量子系统模拟器。它的名字来源于希腊哲学家赫拉克利特的著名格言“潘塔·瑞”(Panta rhei),意指“一切都在流动”或“一切都在变化中”。这一名称非常符合模拟的主题,尤其是在处理 量子系统 时,当‘Panta’替换为‘Quanta’,则显示了其量子性质。在 Quantarhei 中,最后四个字母(‘rhei’)使用希腊文书写,符合 LateX 约定,即(‘\rho \epsilon \iota’)。该框架不断发展,并已经提供了用于定义分子及其聚集体与外部环境相互作用的辅助类。Quantarhei 支持通过各种 Redfield 和 Förster 理论来计算单个分子和其聚集体的吸收光谱及激发能量传递动力学。所有实现的方法和理论都提供了 Python 代码,并允许通过使用 C、Fortran 或其他低级语言编写的优化例程来扩展和替换这些代码。最初开发阶段,重点放在为分子系统的模拟提供有效的 傅里叶反变换 方法和工具。
Fourier Inverse Transform Matlab Code-Quantarhei Molecular Open Quantum Systems Theory
相关推荐
Fourier_Transform_Functions_MATLAB_Tutorial
傅立叶变换函数 傅立叶变换既可以对连续信号进行变换,也可以对离散信号进行变换。本小节只介绍离散傅立叶变换。
Matlab
7
2024-11-04
MATLAB Implementation of Fourier Transform Profilometry
The Fourier Transform Profilometry method in MATLAB is based on the analysis of a reference grating and a deformed grating to obtain the folded phase. After phase unwrapping, the height information of the object is derived based on the relationship between phase and height.
Matlab
7
2024-11-06
Image Fourier Transform Implementation and Testing in MATLAB
本程序实现了图像的傅里叶变换,并通过测试验证了傅里叶变换的旋转不变性。通过MATLAB对不同的图像进行傅里叶变换,可以观察到其频域特征的变化,从而验证变换的有效性和可靠性。
Matlab
12
2024-11-03
Matlab LM Algorithm Code-TIC Information Theory and LM Code Course Snippets
在信息理论与LM代码课程期间,我编写了多个Matlab/Octave代码片段。这些代码涵盖了互信息计算、信道容量模拟及数值积分等内容,具体如下:
assignment01_mutinfo:一个Matlab/Octave函数,给定转换矩阵P和输入符号Px的概率向量,计算并返回互信息I(X; Y)。该函数还提供了多组测试,展示了不同P和Px集合的通道互信息,并输出了3D表面图。
Assignment02_apcap_numint:该脚本用于绘制对足未量化通道、AWGN未量化通道和对足2级量化通道的容量比较。此外,它还包括一个函数,利用不同算法进行确定的数值积分。
Assignment0
Matlab
15
2024-11-06
Quantum Dissipative Systems Intersectional Analysis of Nodes and Transcendent Complete Physical Quantities
量子耗散系统、交叉分析、超越完备物理量是当前物理学研究中的前沿话题,涉及量子力学与开放系统物理学的交叉领域。作者李宗诚教授探讨了量子耗散系统交叉分析结点和超越完备物理量的问题,并提出了交叉性完备分析方法与耗散性统计分析方法结合的新思路,给出超越类运动物理量、超越类发展物理量以及超越类完备物理量。在量子力学的Hilbert空间和经典物理的相空间之间,李教授通过建立量子类完备分布来给出量子二级交叉分析结点模型。这一模型构建了一个超越传统量子力学和经典物理的框架,为理解量子耗散系统提供了一个新的视角。量子类完备动量、量子类运动动量、量子类发展动量的概念,为描述量子系统在耗散环境中与外部环境相互作用时
统计分析
11
2024-10-31
Mexican Hat MATLAB Code-Inverse Correlation Analysis for Directional Tuning Dynamics
墨西哥帽子MATLAB代码
逆时相关分析
实现理想的定向调谐动力学(Kovacic等,2008)
Matlab
12
2024-11-04
DFT MATLAB Source Code Exciting and Powerful Open-Source Package for Scientific Developers
DFT MATLAB Source Code is an exciting and powerful open-source package designed for scientific developers and users who need modern and adaptive platforms for research. It provides a wide range of functionalities that make it easy to perform Discrete Fourier Transform (DFT) operations with flexibili
Matlab
13
2024-11-06
Matlab Wavelet Transform Commands Overview
以下是Matlab中与小波变换相关的常用命令和函数,这些函数来自小波分析工具箱。共包括11部分内容,帮助你掌握小波变换在Matlab中的实现。
wavedec - 小波分解
waverec - 小波重构
dwt - 单层离散小波变换
idwt - 单层离散小波逆变换
wavelist - 显示所有可用的小波函数
wavedec2 - 二维小波分解
waverec2 - 二维小波重构
dwt2 - 二维离散小波变换
idwt2 - 二维离散小波逆变换
cwt - 连续小波变换
icwt - 连续小波逆变换
这些命令可以帮助你在Matlab中实现各种类型的小波变换,进行信号处理、数据压缩等应用
Matlab
11
2024-11-06
CPSid Data-Driven Discovery of Cyber-Physical Systems-MATLAB Source Code Implementation
This is the MATLAB source code for CPSid, which is a data-driven discovery framework for cyber-physical systems (CPS). The testing platform is Windows 10, and the code was implemented in MATLAB 2017a. For versions MATLAB 2018a and later, when using the slr function to identify transition logic, you
Matlab
10
2024-11-06