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
bcee5913
Commit
bcee5913
authored
7 years ago
by
Christoph Groth
Browse files
Options
Downloads
Patches
Plain Diff
clarify expression in docstring
parent
1058bb83
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kwant/continuum/_common.py
+4
-4
4 additions, 4 deletions
kwant/continuum/_common.py
with
4 additions
and
4 deletions
kwant/continuum/_common.py
+
4
−
4
View file @
bcee5913
...
...
@@ -111,10 +111,10 @@ def sympify(expr, locals=None):
Expression to be converted to a SymPy object.
locals : dict or ``None`` (default)
Additional entries for the namespace under which `expr` is sympified.
The keys must be valid Python
identifiers and may not be Python
keywords. The values may be
strings, since they are all are sent
through `continuum.sympify`
themselves before use. (Note that this is
a difference to how
``sympy.sympify`` behaves.)
The keys must be valid Python
variable names. The values may be
strings, since they are all are sent
through `continuum.sympify`
themselves before use. (Note that this is
a difference to how
``sympy.sympify`` behaves.)
.. note::
When a value of `locals` is already a SymPy object, it is used
...
...
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