matlab张量积代码-mps_langevin:矩阵乘积状态Langevin方程的实现

上传者: 38660327 | 上传时间: 2023-03-28 09:31:18 | 文件大小: 213KB | 文件类型: ZIP
matlab张量积代码矩阵乘积状态Langevin (1)在MATLAB中针对有限自旋链实现矩阵乘积状态Langevin方程,以及(2)对于无限自旋链实现时间相关的变分原理()。 矩阵乘积状态Langevin方程描述了与环境热接触的系统的轨迹。 它扩展了随时间变化的变分原理,用于演化具有附加噪声和摩擦项的矩阵乘积状态。 安装 下载此存储库,并将其文件夹和所有子文件夹添加到MATLAB路径。 从下载NCON软件包并将其添加到MATLAB路径。 代码示例 在此示例中,我们模拟了有限旋转链的随机哈密顿量下的噪声演化。 首先,我们需要指定系统。 我们将定义spinDimList来编码4个局部尺寸为spinDimList和4的自旋。 spinDimList = [2 4 3 4]; 我们想将键的维数限制为3: Dmax = 3; 现在,让我们使用randomizedSystem_localH()函数生成初始状态,汉密尔顿和环境。 我们还将温度设置为较低,并在无摩擦状态下工作(这是更快的!): [mpsInit,Hcell,EnvParams] = randomizedSystem_localH(

文件下载

资源详情

[{"title":"( 106 个子文件 213KB ) matlab张量积代码-mps_langevin:矩阵乘积状态Langevin方程的实现","children":[{"title":"LICENSE <span style='color:#111;'> 34.33KB </span>","children":null,"spread":false},{"title":"stateManTestingFC.m <span style='color:#111;'> 18.29KB </span>","children":null,"spread":false},{"title":"update_mps_langevin.m <span style='color:#111;'> 16.41KB </span>","children":null,"spread":false},{"title":"evolve_langevin.m <span style='color:#111;'> 15.16KB </span>","children":null,"spread":false},{"title":"stateManTesting.m <span style='color:#111;'> 14.50KB </span>","children":null,"spread":false},{"title":"inverseUsedTimestep.m <span style='color:#111;'> 11.91KB </span>","children":null,"spread":false},{"title":"inverseFreeTimestep.m <span style='color:#111;'> 10.49KB </span>","children":null,"spread":false},{"title":"EnvironmentParams.m <span style='color:#111;'> 9.86KB </span>","children":null,"spread":false},{"title":"tdvpIntegrator.m <span style='color:#111;'> 9.53KB </span>","children":null,"spread":false},{"title":"dAc_langevin_frictionless.m <span style='color:#111;'> 7.85KB </span>","children":null,"spread":false},{"title":"canonicalForm.m <span style='color:#111;'> 7.81KB </span>","children":null,"spread":false},{"title":"twoSiteLocalExpectationLCF.m <span style='color:#111;'> 7.32KB </span>","children":null,"spread":false},{"title":"tdvpIntegratorFC.m <span style='color:#111;'> 7.06KB </span>","children":null,"spread":false},{"title":"calculate_ddAncl12_H_local.m <span style='color:#111;'> 5.84KB </span>","children":null,"spread":false},{"title":"plot_mps_series.m <span style='color:#111;'> 5.63KB </span>","children":null,"spread":false},{"title":"MPSdecomposition.m <span style='color:#111;'> 5.42KB </span>","children":null,"spread":false},{"title":"isingQuench_Loschmidt.m <span style='color:#111;'> 4.83KB </span>","children":null,"spread":false},{"title":"dPsi_Euler.m <span style='color:#111;'> 4.48KB </span>","children":null,"spread":false},{"title":"canonicalFormFC.m <span style='color:#111;'> 4.16KB </span>","children":null,"spread":false},{"title":"tdvpTestingFC.m <span style='color:#111;'> 3.93KB </span>","children":null,"spread":false},{"title":"tangentSpace.m <span style='color:#111;'> 3.84KB </span>","children":null,"spread":false},{"title":"leftTangentSpace.m <span style='color:#111;'> 3.75KB </span>","children":null,"spread":false},{"title":"find_reduced_dm_mps_scalable.m <span style='color:#111;'> 3.75KB </span>","children":null,"spread":false},{"title":"plot_tdvp_output.m <span style='color:#111;'> 3.69KB </span>","children":null,"spread":false},{"title":"variationalCompression.m <span style='color:#111;'> 3.67KB </span>","children":null,"spread":false},{"title":"verifyCanonicalForm.m <span style='color:#111;'> 3.59KB </span>","children":null,"spread":false},{"title":"plot_mps_series_data.m <span style='color:#111;'> 3.44KB </span>","children":null,"spread":false},{"title":"increase_bond_dim.m <span style='color:#111;'> 3.35KB </span>","children":null,"spread":false},{"title":"calculateC_FC.m <span style='color:#111;'> 3.21KB </span>","children":null,"spread":false},{"title":"sizeGenericTransferMatrix.m <span style='color:#111;'> 3.10KB </span>","children":null,"spread":false},{"title":"calculate_ddAnl12_Fmk.m <span style='color:#111;'> 2.98KB </span>","children":null,"spread":false},{"title":"leftGaugeTangentBasis.m <span style='color:#111;'> 2.95KB </span>","children":null,"spread":false},{"title":"Loschmidt_echoes_FC.m <span style='color:#111;'> 2.90KB </span>","children":null,"spread":false},{"title":"squareDecomposition.m <span style='color:#111;'> 2.74KB </span>","children":null,"spread":false},{"title":"normalizeMPS.m <span style='color:#111;'> 2.66KB </span>","children":null,"spread":false},{"title":"checkValidMPS.m <span style='color:#111;'> 2.59KB </span>","children":null,"spread":false},{"title":"maxCatMPS.m <span style='color:#111;'> 2.54KB </span>","children":null,"spread":false},{"title":"rightLeftSweep_RCF.m <span style='color:#111;'> 2.46KB </span>","children":null,"spread":false},{"title":"stitch_together_evolve_langevin_files.m <span style='color:#111;'> 2.42KB </span>","children":null,"spread":false},{"title":"checkValidH.m <span style='color:#111;'> 2.34KB </span>","children":null,"spread":false},{"title":"find_AR_z_from_AL.m <span style='color:#111;'> 2.33KB </span>","children":null,"spread":false},{"title":"illustrating_noise_and_dissipation.m <span style='color:#111;'> 2.32KB </span>","children":null,"spread":false},{"title":"Loschmidt_echoes_FC_2.m <span style='color:#111;'> 2.28KB </span>","children":null,"spread":false},{"title":"dA_Euler.m <span style='color:#111;'> 2.12KB </span>","children":null,"spread":false},{"title":"randomizedSystem_localH.m <span style='color:#111;'> 2.09KB </span>","children":null,"spread":false},{"title":"calculateK_linEq.m <span style='color:#111;'> 1.96KB </span>","children":null,"spread":false},{"title":"leftRightSweep_LCF.m <span style='color:#111;'> 1.92KB </span>","children":null,"spread":false},{"title":"twoSiteExpectationLCF.m <span style='color:#111;'> 1.90KB </span>","children":null,"spread":false},{"title":"find_reduced_dm_mps.m <span style='color:#111;'> 1.85KB </span>","children":null,"spread":false},{"title":"normalize.m <span style='color:#111;'> 1.84KB </span>","children":null,"spread":false},{"title":"plot_local_XYZ_and_entropy_series.m <span style='color:#111;'> 1.83KB </span>","children":null,"spread":false},{"title":"dAc_langevin_frictionless_wrapper.m <span style='color:#111;'> 1.83KB </span>","children":null,"spread":false},{"title":"NSiteExpectation.m <span style='color:#111;'> 1.82KB </span>","children":null,"spread":false},{"title":"rightLeftSweep_LCF.m <span style='color:#111;'> 1.80KB </span>","children":null,"spread":false},{"title":"null_space_projector.m <span style='color:#111;'> 1.78KB </span>","children":null,"spread":false},{"title":"leftRightSweep_RCF.m <span style='color:#111;'> 1.72KB </span>","children":null,"spread":false},{"title":"transferMatrix.m <span style='color:#111;'> 1.69KB </span>","children":null,"spread":false},{"title":"FiniteMPS.m <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false},{"title":"findX.m <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false},{"title":"plot_mutual_info.m <span style='color:#111;'> 1.65KB </span>","children":null,"spread":false},{"title":"singleSiteExpectation.m <span style='color:#111;'> 1.64KB </span>","children":null,"spread":false},{"title":"evolve_with_identity.m <span style='color:#111;'> 1.62KB </span>","children":null,"spread":false},{"title":"randmps.m <span style='color:#111;'> 1.52KB </span>","children":null,"spread":false},{"title":"randomizedSystem.m <span style='color:#111;'> 1.48KB </span>","children":null,"spread":false},{"title":"nsp_exptn_contraction.m <span style='color:#111;'> 1.46KB </span>","children":null,"spread":false},{"title":"plot_local_XYZ_bloch_spheres.m <span style='color:#111;'> 1.43KB </span>","children":null,"spread":false},{"title":"spinMatrices.m <span style='color:#111;'> 1.36KB </span>","children":null,"spread":false},{"title":"compute_env.m <span style='color:#111;'> 1.36KB </span>","children":null,"spread":false},{"title":"envFromA.m <span style='color:#111;'> 1.33KB </span>","children":null,"spread":false},{"title":"tangentBasis_unitaryGauge.m <span style='color:#111;'> 1.31KB </span>","children":null,"spread":false},{"title":"rightGaugeTangentBasis.m <span style='color:#111;'> 1.27KB </span>","children":null,"spread":false},{"title":"tutorial_using_Hcell.m <span style='color:#111;'> 1.21KB </span>","children":null,"spread":false},{"title":"mpsGeneratorFC.m <span style='color:#111;'> 1.20KB </span>","children":null,"spread":false},{"title":"singleSiteExpectationLCF.m <span style='color:#111;'> 1.12KB </span>","children":null,"spread":false},{"title":"fidelity_mps.m <span style='color:#111;'> 1.11KB </span>","children":null,"spread":false},{"title":"decrease_bond_dim.m <span style='color:#111;'> 1.09KB </span>","children":null,"spread":false},{"title":"mpsGenerator.m <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"find_gauge_diff.m <span style='color:#111;'> 1013B </span>","children":null,"spread":false},{"title":"plot_Schmidts.m <span style='color:#111;'> 996B </span>","children":null,"spread":false},{"title":"findStateTensor.m <span style='color:#111;'> 988B </span>","children":null,"spread":false},{"title":"projectOutNullDims.m <span style='color:#111;'> 983B </span>","children":null,"spread":false},{"title":"Hcell_to_Hmat.m <span style='color:#111;'> 969B </span>","children":null,"spread":false},{"title":"calculate_ddAncl12_H.m <span style='color:#111;'> 957B </span>","children":null,"spread":false},{"title":"generate_productstate_mps.m <span style='color:#111;'> 943B </span>","children":null,"spread":false},{"title":"plot_fidelity_gap_series.m <span style='color:#111;'> 920B </span>","children":null,"spread":false},{"title":"gen_noise_sequence.m <span style='color:#111;'> 886B </span>","children":null,"spread":false},{"title":"Hcell_to_Htensor.m <span style='color:#111;'> 844B </span>","children":null,"spread":false},{"title":"renyi_entropy.m <span style='color:#111;'> 748B </span>","children":null,"spread":false},{"title":"mutual_information_mps.m <span style='color:#111;'> 713B </span>","children":null,"spread":false},{"title":"maxBondDim.m <span style='color:#111;'> 677B </span>","children":null,"spread":false},{"title":"tdvpErrorMeasure.m <span style='color:#111;'> 671B </span>","children":null,"spread":false},{"title":"mpsAKLT.m <span style='color:#111;'> 661B </span>","children":null,"spread":false},{"title":"calculateY.m <span style='color:#111;'> 591B </span>","children":null,"spread":false},{"title":"script_310719_testing_unitary_gauge.m <span style='color:#111;'> 584B </span>","children":null,"spread":false},{"title":"generate_identity_Hcell.m <span style='color:#111;'> 573B </span>","children":null,"spread":false},{"title":"find_left_environments_cell.m <span style='color:#111;'> 494B </span>","children":null,"spread":false},{"title":"twoSiteCorrelatorLCF.m <span style='color:#111;'> 414B </span>","children":null,"spread":false},{"title":"kronlist.m <span style='color:#111;'> 358B </span>","children":null,"spread":false},{"title":"get_spinDimList.m <span style='color:#111;'> 321B </span>","children":null,"spread":false},{"title":"fidelity_gap_mps.m <span style='color:#111;'> 311B </span>","children":null,"spread":false},{"title":"......","children":null,"spread":false},{"title":"<span style='color:steelblue;'>文件过多,未全部展示</span>","children":null,"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明