Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
13
Merge Requests
13
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
b934be46
Commit
b934be46
authored
Jan 31, 2014
by
Marco Selig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
documentation updated; explicit_operator class improved.
parent
db9c8667
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
467 additions
and
155 deletions
+467
-155
nifty_explicit.py
nifty_explicit.py
+464
-153
setup.py
setup.py
+3
-2
No files found.
nifty_explicit.py
View file @
b934be46
This diff is collapsed.
Click to expand it.
setup.py
View file @
b934be46
...
...
@@ -23,7 +23,7 @@ from distutils.core import setup
import
os
setup
(
name
=
"nifty"
,
version
=
"0.
6
.0"
,
version
=
"0.
7
.0"
,
description
=
"Numerical Information Field Theory"
,
author
=
"Marco Selig"
,
author_email
=
"mselig@mpa-garching.mpg.de"
,
...
...
@@ -34,5 +34,6 @@ setup(name="nifty",
"demos/demo_faraday.py"
,
"demos/demo_faraday_map.npy"
,
"demos/demo_wf1.py"
,
"demos/demo_wf2.py"
]},
"demos/demo_wf2.py"
,
"demos/demo_wf3.py"
]},
data_files
=
[(
os
.
path
.
expanduser
(
'~'
)
+
"/.nifty"
,
[
"nifty_config"
])])
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment