We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
peps_type
1 parent 812aaf9 commit 40f2d3aCopy full SHA for 40f2d3a
varipeps/peps/unitcell.py
@@ -303,7 +303,11 @@ def random(
303
dtype (:term:`type` of :obj:`jax.numpy.number`):
304
Data type of the PEPS tensors.
305
max_chi (:obj:`int`):
306
- Maximal allowed bond dimension for the environment tensors
+ Maximal allowed bond dimension for the environment tensors.
307
+ peps_type (:obj:`~varipeps.peps.PEPS_Type`):
308
+ Select which type of PEPS state should be generated. For example
309
+ selects a square with full transfer tensor, a square with
310
+ split-CTMRG env or the triangular PEPS mode.
311
Keyword args:
312
seed (:obj:`int`, optional):
313
Seed for random number generator
0 commit comments