pygpe.spinhalf.wavefunction.SpinHalfWavefunction.add_noise#

SpinHalfWavefunction.add_noise(components, mean, std_dev)#

Adds noise to the specified wavefunction components using a normal distribution.

Parameters:
  • components – “plus”, “minus”, or “all”: The components to add noise to.

  • mean – The mean of the normal distribution.

  • std_dev – The standard deviation of the normal distribution.