Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kwant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joseph Weston
kwant
Commits
2dfcac94
Commit
2dfcac94
authored
11 years ago
by
Christoph Groth
Browse files
Options
Downloads
Patches
Plain Diff
clarify the role of CEA
parent
f2c8d839
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
AUTHORS
+9
-9
9 additions, 9 deletions
AUTHORS
LICENSE
+4
-2
4 additions, 2 deletions
LICENSE
doc/source/conf.py
+1
-1
1 addition, 1 deletion
doc/source/conf.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
15 additions
and
13 deletions
AUTHORS
+
9
−
9
View file @
2dfcac94
...
...
@@ -11,20 +11,20 @@ The principal developers of Kwant are
The authors can be reached at authors@kwant-project.org.
The contributions of Christoph and Xavier are part of their work at `CEA
<http://cea.fr>`_, the French Commissariat à l'énergie atomique et aux énergies
alternatives.
Other people that have contributed to Kwant include
* Daniel Jaschke
* Joseph Weston
(To find out who exactly wrote a certain part of Kwant, please use the "blame"
feature of `Git <http://git-scm.com/>`_, the version control system.)
* Daniel Jaschke (SPSMS-INAC-CEA Grenoble)
* Joseph Weston (SPSMS-INAC-CEA Grenoble)
We thank Christoph Gohlke for the creation of Windows installers.
`CEA <http://cea.fr>`_ is the French Commissariat à l'énergie atomique et aux
énergies alternatives. The CEA is the copyright holder for the contributions of
C. W. Groth, X. Waintal, and its other employees involved in Kwant.
To find out who wrote a certain part of Kwant, please use the "blame" feature of
`Git <http://git-scm.com/>`_, the version control system.
Funding
-------
...
...
This diff is collapsed.
Click to expand it.
LICENSE
+
4
−
2
View file @
2dfcac94
...
...
@@ -6,8 +6,10 @@ Kwant license
``doc/sphinxext`` subdirectory for which ``doc/sphinxext/LICENSE.txt``
applies.)
Copyright 2011-2013 C. W. Groth, M. Wimmer, A. R. Akhmerov, X. Waintal, and
others. All rights reserved.
Copyright 2011-2013 C. W. Groth (CEA), M. Wimmer, A. R. Akhmerov,
X. Waintal (CEA), and others. All rights reserved.
(CEA = Commissariat à l'énergie atomique et aux énergies alternatives)
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
...
...
This diff is collapsed.
Click to expand it.
doc/source/conf.py
+
1
−
1
View file @
2dfcac94
...
...
@@ -43,7 +43,7 @@ master_doc = 'index'
# General information about the project.
project
=
u
'
Kwant
'
copyright
=
u
'
2011-2013, C. W. Groth, M. Wimmer, A. R. Akhmerov, X. Waintal, and others
'
copyright
=
u
'
2011-2013, C. W. Groth
(CEA)
, M. Wimmer, A. R. Akhmerov, X. Waintal
(CEA)
, and others
'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
2dfcac94
...
...
@@ -438,7 +438,7 @@ def ext_modules(extensions):
def
main
():
setup
(
name
=
'
kwant
'
,
version
=
version
(),
author
=
'
C. W. Groth, M. Wimmer, A. R. Akhmerov, X. Waintal, and others
'
,
author
=
'
C. W. Groth
(CEA)
, M. Wimmer, A. R. Akhmerov, X. Waintal
(CEA)
, and others
'
,
author_email
=
'
authors@kwant-project.org
'
,
description
=
"
Package for numerical quantum transport calculations.
"
,
long_description
=
long_description
(),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment