代码搜索:Ising
找到约 48 项符合「Ising」的源代码
代码结果 48
www.eeworm.com/read/180188/9317096
txt ising.txt
#include
#include
#include
#define L 40
double funiseed (double iseed) //同余法产生随机数
{
double mult=1277,modulo,rmodulo;
modulo=rmodulo=pow(2,17);
iseed=iseed*mult;
www.eeworm.com/read/398711/7927395
m ising.m
% Ising模型估计U和C
function [U,C]=Ising(M,p,N,N1,N2,number,preselect,image)
%函数格式:[U,C] = Ising(n,p,N,N1,N2,times,preselect,image)
%输入: n - 二维Ising模型的边长,满足周期边界条件
% p - beta的取值个数
% N
www.eeworm.com/read/398711/7927402
asv ising.asv
% Ising模型估计U和C
function [U,C]=Ising(M,p,N,N1,N2,nu,preselect)
%函数格式:[U,C] = Ising(n,p,N,N1,N2,times,preselect,image)
%输入: n - 二维Ising模型的边长,满足周期边界条件
% p - beta的取值个数
% N,N1,N2,tim
www.eeworm.com/read/322849/13363965
cpp ising.cpp
#include "fstream.h"
#include "math.h"
#include "stdlib.h"
#include "iostream.h"
//完成测试
void initialize(int a[],int n)
{
int i,j;
for(i=0;i
www.eeworm.com/read/346528/11739432
m ising.m
% ising Hamiltonian for the Ising model with non-periodic boundary
% condition.
% ising(B,N) gives the Hamiltonian for the
% ferromagnetic Ising model in transverse field for N qubits,
www.eeworm.com/read/218613/14912938
m ising.m
% ising Hamiltonian for the Ising model with non-periodic boundary
% condition.
% ising(B,N) gives the Hamiltonian for the
% ferromagnetic Ising model in transverse field for N qubits,
www.eeworm.com/read/346528/11739197
m ising_ground.m
% ising_ground Ground state energy of the quantum Ising model
% ising_ground(B) gives the ground state energy of the
% Ising model per qubit in transverse field in the
% thermodynamic limit,
www.eeworm.com/read/346528/11739282
m ising_thermal.m
% ising_thermal - Internal energy of the Ising model in thermal equilibrium
% ising_thermal(B,T) gives the internal energy
% per qubit of the Ising spin chain in a transverse field in the
% the
www.eeworm.com/read/346528/11739352
m ising_free.m
% ising_free - Free energy of the Ising model in thermal equilibrium
% ising_free(B,T) gives the free energy of
% Ising model in transverse field in the
% thermodynamic limit, if the temperatur
www.eeworm.com/read/218613/14912781
m ising_ground.m
% ising_ground Ground state energy of the quantum Ising model
% ising_ground(B) gives the ground state energy of
% Ising model in transverse field in the
% thermodynamic limit, if the
% f