Skip to content
GitLab
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
10bd44f8
Commit
10bd44f8
authored
Jan 07, 2019
by
Martin Reinecke
Browse files
adjust for updated NIFTy
parent
1167f4fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
nifty5/library/dynamic_operator.py
View file @
10bd44f8
...
...
@@ -11,16 +11,12 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
from
..compat
import
*
from
..domains.unstructured_domain
import
UnstructuredDomain
from
..field
import
Field
from
..operators.diagonal_operator
import
DiagonalOperator
...
...
nifty5/library/light_cone_operator.py
View file @
10bd44f8
...
...
@@ -11,16 +11,12 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2013-201
8
Max-Planck-Society
# Copyright(C) 2013-201
9
Max-Planck-Society
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
__future__
import
absolute_import
,
division
,
print_function
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
import
numpy
as
np
from
..compat
import
*
from
..domain_tuple
import
DomainTuple
from
..field
import
Field
from
..linearization
import
Linearization
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment