Skip to content

Commit 7174476

Browse files
committed
Rename peps-ad to varipeps, too
1 parent 0a62dc0 commit 7174476

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively
631631
state the exclusion of warranty; and each file should have at least
632632
the "copyright" line and a pointer to where the full notice is found.
633633

634-
peps-ad
635-
Copyright (C) 2021 qmio / peps
634+
varipeps
635+
Copyright (C) 2021-2024 Jan Naumann and variPEPS contributors
636636

637637
This program is free software: you can redistribute it and/or modify
638638
it under the terms of the GNU General Public License as published by

docs/source/api/config.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
.. currentmodule:: varipeps.config
44

5-
Config of PEPS-AD module (:mod:`varipeps.config`)
6-
=================================================
5+
Config of variPEPS module (:mod:`varipeps.config`)
6+
==================================================
77

88
.. automodule:: varipeps.config
99
:members:

docs/source/api/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
.. module:: varipeps
44

5-
#####################
6-
PEPS-AD API reference
7-
#####################
5+
######################
6+
variPEPS API reference
7+
######################
88

99
This reference documents the public API of the :mod:`varipeps` module.
1010

varipeps/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Wavevector_Type(IntEnum):
4040
@register_pytree_node_class
4141
class VariPEPS_Config:
4242
"""
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
4444
:obj:`config` is used.
4545
4646
Parameters:

0 commit comments

Comments
 (0)