import numpy as np
from scipy.stats import poisson
import matplotlib.pyplot as plt
# Physical Parameters (in Planck units)
M_Pl = 1.0
H_inf = 1e-5 * M_Pl # Inflation scale
N_flux = 100 # Jumlah flux
phi0 = 15 * M_Pl # Initial value of inflaton
Lambda0 = -1e-120 * M_Pl**4
# Generate random flux integers (n_i) dan muatan (q_i)
np.random.seed(42)
Beri Komentar
Belum ada komentar. Jadilah yang pertama untuk memberikan komentar!