File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively
631
631
state the exclusion of warranty; and each file should have at least
632
632
the "copyright" line and a pointer to where the full notice is found.
633
633
634
- peps-ad
635
- Copyright (C) 2021 qmio / peps
634
+ varipeps
635
+ Copyright (C) 2021-2024 Jan Naumann and variPEPS contributors
636
636
637
637
This program is free software: you can redistribute it and/or modify
638
638
it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 2
2
3
3
.. currentmodule :: varipeps.config
4
4
5
- Config of PEPS-AD module (:mod: `varipeps.config `)
6
- =================================================
5
+ Config of variPEPS module (:mod: `varipeps.config `)
6
+ ==================================================
7
7
8
8
.. automodule :: varipeps.config
9
9
:members:
Original file line number Diff line number Diff line change 2
2
3
3
.. module :: varipeps
4
4
5
- #####################
6
- PEPS-AD API reference
7
- #####################
5
+ ######################
6
+ variPEPS API reference
7
+ ######################
8
8
9
9
This reference documents the public API of the :mod: `varipeps ` module.
10
10
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class Wavevector_Type(IntEnum):
40
40
@register_pytree_node_class
41
41
class VariPEPS_Config :
42
42
"""
43
- Config class for peps-ad module. Normally only the blow created instance
43
+ Config class for varipeps module. Normally only the blow created instance
44
44
:obj:`config` is used.
45
45
46
46
Parameters:
You can’t perform that action at this time.
0 commit comments