+1 vote
asked by (270 points)

How to fix randomTensor not to generate random numbers when executed each time?

randomTensor(Index i1, Index i2, ...)?

1 Answer

0 votes
answered by (70.1k points)

randomTensor uses the function Global::random() provided with ITensor to generate random numbers. This function optionally takes a "seed" argument, and if you reset this seed it will generate the same sequence of numbers again after the reset. To do this, just call Global::random(seed) where seed is an integer of your choosing. Hope that helps -

Welcome to ITensor Support Q&A, where you can ask questions and receive answers from other members of the community.

Formatting Tips:
  • To format code, indent by four spaces
  • To format inline LaTeX, surround it by @@ on both sides
  • To format LaTeX on its own line, surround it by $$ above and below
  • For LaTeX, it may be necessary to backslash-escape underscore characters to obtain proper formatting. So for example writing \sum\_i to represent a sum over i.
If you cannot register due to firewall issues (e.g. you cannot see the capcha box) please email Miles Stoudenmire to ask for an account.

To report ITensor bugs, please use the issue tracker.

Categories

...