Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
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
kwant
website
Commits
b4d93f7c
Commit
b4d93f7c
authored
9 years ago
by
Christoph Groth
Browse files
Options
Downloads
Patches
Plain Diff
update for 1.1.1
parent
5ea2cab7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
content/community.txt
+4
-1
4 additions, 1 deletion
content/community.txt
content/doc/index.txt
+3
-3
3 additions, 3 deletions
content/doc/index.txt
content/license.txt
+1
-5
1 addition, 5 deletions
content/license.txt
with
8 additions
and
9 deletions
content/community.txt
+
4
−
1
View file @
b4d93f7c
...
...
@@ -194,10 +194,13 @@ A useful trick for working on the source code is to build in-place so that there
is no need to re-install after each change. This can be done with the following
command ::
python setup.py build_ext -i
python setup.py build_ext -i
--cython
The ``kwant`` subdirectory of the source distribution will be thus turned into
a proper Python package that can be imported. To be able to import Kwant from
within Python, one can either work in the root directory of the distribution
(where the subdirectory ``kwant`` is located), or make a (symbolic) link from
somewhere in the Python search path to the the package subdirectory.
The option ``--cython`` enables the translation of .pyx files into .c files.
It is only needed if any .pyx files have been modified.
This diff is collapsed.
Click to expand it.
content/doc/index.txt
+
3
−
3
View file @
b4d93f7c
...
...
@@ -13,10 +13,10 @@ Screencast
Tutorial and Manual
-------------------
* `Browse online </doc/1
.0
>`_,
* `download PDF <http://downloads.kwant-project.org/doc/kwant-doc-1.
0
.1.pdf>`_,
* `Browse online </doc/1
/
>`_,
* `download PDF <http://downloads.kwant-project.org/doc/kwant-doc-1.
1
.1.pdf>`_,
* `download zipped HTML
<http://downloads.kwant-project.org/doc/kwant-doc-1.
0
.1.zip>`_ (for reading
<http://downloads.kwant-project.org/doc/kwant-doc-1.
1
.1.zip>`_ (for reading
without web access).
Article
...
...
This diff is collapsed.
Click to expand it.
content/license.txt
+
1
−
5
View file @
b4d93f7c
Kwant license
=============
(This license applies to all files within Kwant distribution except those
within the ``doc/sphinxext`` subdirectory for which
``doc/sphinxext/LICENSE.txt`` applies.)
Copyright 2011-2013 C. W. Groth (CEA), M. Wimmer, A. R. Akhmerov,
Copyright 2011-2015 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)
...
...
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