Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
b934be46
Commit
b934be46
authored
Jan 31, 2014
by
Marco Selig
Browse files
documentation updated; explicit_operator class improved.
parent
db9c8667
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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