-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExact_diag_SIAM.jl
18 lines (15 loc) · 1.11 KB
/
Exact_diag_SIAM.jl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#################################################################################################################
# Parâmetros #
#################################################################################################################
N_max=5 # Número de iterações
E_corte=5 # Energia de Corte
G=1.0 # Lambda
Ed=-0.0 # Energia do nível unicamente ocupado
U=0.0 # Energia de respulsão
V=0.1 # Gamma (proporcional ao quadrado da hibridização)
#################################################################################################################
# Importing #
#################################################################################################################
using LinearAlgebra #Pacote de Algebra linear
using SpecialFunctions #Pacote de Funções Especiais
using BitBasis, Base.Threads # numbers in binary representation