pygpe.scalar.wavefunction.ScalarWavefunction.add_noise#
- ScalarWavefunction.add_noise(mean, std_dev)#
Adds noise to the wavefunction using a normal distribution.
- Parameters:
mean (float) – The mean of the normal distribution.
std_dev (float) – The standard deviation of the normal distribution.