Statistics
5 Questions
0 Answers
RANK
242,757
of 300,508
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 21,019
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,435
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
how to generate {8,3} regular graphs for large number of vertices
hyperbolic lattices
1 year ago | 1 answer | 0
1
answerQuestion
phase diagram of 3D Anderson model
L = 10; % system size nr = 10; nsteps = 100; W_values = linspace(0, 20, nsteps); IPR_over_W = cell(1, nsteps); eigenvalues...
2 years ago | 1 answer | 0
1
answerQuestion
Random Gaussian number generators
I am introducing disorder in a 3D lattice which has matrix of L^3 into L^3. for box disorder "function disorder = generate_diso...
2 years ago | 1 answer | 0
1
answer1
answerQuestion
plotting four variable using meshgrid for 3 variables, but i am getting error
t=0.2; p=1; for kx = -3:.1:3 q=1; for ky = -3:.1:3 r=1; for kz = -3:.1:3 energy_ary(p,q)= -2*t*(cos(kx)+cos(ky)+...
2 years ago | 1 answer | 0
