pygpe.spinone.wavefunction.SpinOneWavefunction.add_noise#

SpinOneWavefunction.add_noise(components, mean, std_dev)#

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

Parameters:
  • components – “all”, “outer”, “plus”, “zero”, “minus”, or list of strings specifying the required components to add noise to.

  • mean – The mean of the normal distribution.

  • std_dev – The standard deviation of the normal distribution.