Add author name in classes of Wigner thermal conductivity implementation

This commit is contained in:
Atsushi Togo 2022-03-07 16:01:47 +09:00
parent 06cdfb8e06
commit 993f10781d
3 changed files with 15 additions and 3 deletions

View File

@ -1333,7 +1333,13 @@ class ConductivityLBTE(ConductivityMixIn, ConductivityLBTEBase):
class ConductivityWignerLBTE(ConductivityVelocityOperatorMixIn, ConductivityLBTEBase):
"""Class of Wigner lattice thermal conductivity under direct-solution."""
"""Class of Wigner lattice thermal conductivity under direct-solution.
Authors
-------
Michele Simoncelli
"""
def __init__(
self,

View File

@ -616,7 +616,13 @@ class ConductivityRTA(ConductivityMixIn, ConductivityRTABase):
class ConductivityWignerRTA(ConductivityVelocityOperatorMixIn, ConductivityRTABase):
"""Class of Wigner lattice thermal conductivity under RTA."""
"""Class of Wigner lattice thermal conductivity under RTA.
Authors
-------
Michele Simoncelli
"""
def __init__(
self,

View File

@ -1,5 +1,5 @@
"""Wigner thermal conductivity base class."""
# Copyright (C) 2022 Atsushi Togo
# Copyright (C) 2022 Michele Simoncelli
# All rights reserved.
#
# This file is part of phono3py.