continuiti

View on PyPIReverse Dependencies (0)

0.1.0 continuiti-0.1.0-py3-none-any.whl

Wheel Details

Project: continuiti
Version: 0.1.0
Filename: continuiti-0.1.0-py3-none-any.whl
Download: [link]
Size: 62094
MD5: 36f7724c3e88d7337a374836a8602929
SHA256: 0dab07bc15c9f49cf4bb4bd4cc3bdf1c21859772dd6365fc8094861fd4721f66
Uploaded: 2024-04-23 09:15:53 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: continuiti
Version: 0.1.0
Summary: Learning function operators with neural networks.
Author-Email: Samuel Burbulla <s.burbulla[at]appliedai-institute.de>
Project-Url: Repository, https://github.com/aai-institute/continuiti.git
Project-Url: Documentation, https://aai-institute.github.io/continuiti/
Project-Url: Organization, https://www.appliedai-institute.de/en/
Project-Url: TransferLab, https://transferlab.ai/
License: GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
Keywords: Artificial Intelligence,Machine Learning,Mathematics,Physics,Operator Learning,Physics-Informed ML,Neural Operator,DeepONet
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.9
Requires-Dist: setuptools
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: torch (<3.0.0,>=2.1.0)
Requires-Dist: mlflow
Requires-Dist: optuna (<4.0.0,>=3.5.0); extra == "dev"
Requires-Dist: gmsh; extra == "dev"
Requires-Dist: deepxde; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pudb; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: nbmake; extra == "dev"
Requires-Dist: markdown-captions; extra == "dev"
Requires-Dist: mike; extra == "dev"
Requires-Dist: mkdocs (==1.5.2); extra == "dev"
Requires-Dist: mkdocs-alias-plugin (>=0.6.0); extra == "dev"
Requires-Dist: mkdocs-autorefs; extra == "dev"
Requires-Dist: mkdocs-gen-files; extra == "dev"
Requires-Dist: mkdocs-git-revision-date-localized-plugin; extra == "dev"
Requires-Dist: mkdocs-glightbox; extra == "dev"
Requires-Dist: mkdocs-literate-nav; extra == "dev"
Requires-Dist: mkdocs-macros-plugin; extra == "dev"
Requires-Dist: mkdocs-material; extra == "dev"
Requires-Dist: mkdocs-section-index; extra == "dev"
Requires-Dist: mkdocstrings[python] (>=0.18); extra == "dev"
Requires-Dist: mknotebooks (>=0.8.0); extra == "dev"
Requires-Dist: neoteroi-mkdocs; extra == "dev"
Requires-Dist: pygments; extra == "dev"
Requires-Dist: bump-my-version; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 2511 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
continuiti/__init__.py sha256=UzTthYWcRclsIyKxmnaUtcdqE7QUrjpWkcEy2rVPZN4 1167
continuiti/benchmarks/__init__.py sha256=bWQ8Bm-yUi8hbAy51YjQcCjjfYihl4FZSg1u7MACZiA 288
continuiti/benchmarks/benchmark.py sha256=COQPo49JkeN_iMYhAL1JllqSlBCXE7ZUGpWi_x5a39c 900
continuiti/benchmarks/flame.py sha256=3HngOIeZyh5XtuOL7Zk-I7BG3Np1rZKl85rZnZ-oxjY 6654
continuiti/benchmarks/navierstokes.py sha256=ZZUig-vIb8M2JklK8-cAMD8Yc1qKo059S2RYS_VU8YQ 3995
continuiti/benchmarks/sine.py sha256=0VMcZgjmx9QRW9HHBeUgIcNdAe_7LRyvdj0QaGl_vW8 4234
continuiti/benchmarks/run/__init__.py sha256=pnJqHOVgK6xmGbctfiFMsnocuuSIUr9lctbHObT5zF8 224
continuiti/benchmarks/run/run_config.py sha256=-Nbui2L8eMTMJoPL4F5CNgCbi6aFuTV6OyQoOSGC7kM 1024
continuiti/benchmarks/run/runner.py sha256=y55p3EsbJ1ulyCFfy40WAG8A9ANlb3wGKrm8aABrLaM 3515
continuiti/data/__init__.py sha256=wVoDvoL9gCvDZTGqh9UNuz4S18Dk6oZ-Hg3lAvgjjcs 253
continuiti/data/dataset.py sha256=-x61qj1WEFAg-CxlWFKUf4w3-RweHLZVO-ru_MZ26us 5659
continuiti/data/mesh.py sha256=UR4Dtd-fpDmyHS27Ey4M8Nx1LoZkt4IO6SC24gv2VTg 1691
continuiti/data/selfsupervised.py sha256=u2EP2qMCSej_a2-AiHgQS9vMNlqtHTun5SmikZSbmZM 2044
continuiti/data/utility.py sha256=Ksu1HGFcyyDW9qB6nERomeu3Zylqpe7mMxec3AgYd-o 1506
continuiti/data/function/__init__.py sha256=J2lgbUw_KlfCykg8a3ngqkhQx7x2OWvikqVMeAj7niE 260
continuiti/data/function/function.py sha256=x3pZJm-pHeJB0YJz83jxuunqhXU7M2JrJHH-VsvBd4U 2632
continuiti/data/function/function_dataset.py sha256=9_tE6lNFLyOJcTIrR9j9iozSQdVND5fl7ajfJkO5x60 5458
continuiti/data/function/function_set.py sha256=8s_fEExtR9BfKRG-0bE_1taDQuu1Wq6WUB5QwBSowGs 2416
continuiti/discrete/__init__.py sha256=A3QRnQ-37JLuPhuEprkCTD-5n7JFcn9WJl4NJIJEOSY 238
continuiti/discrete/box_sampler.py sha256=NeMEWYnlXjEqgPF-z3NaQSTj2Pp_5IbPgNbhX39-FUQ 1306
continuiti/discrete/regular_grid.py sha256=_kWtJFfylbiGdZody-T3RSpHXtfhwIB13-CPL7bjNgo 6543
continuiti/discrete/sampler.py sha256=5jNrYJtO3QqdZcuu3ABjbBIa0Ognm-atmQF7P-ZkCsg 759
continuiti/discrete/uniform.py sha256=5Tz4fMZH_N3bY7BpizBn0ianPdH01XtwoMQavU3JX-0 968
continuiti/networks/__init__.py sha256=QydfQykwfmY0GN-DE31DF0RJuF5E1qWU7B3JcqJZPBc 208
continuiti/networks/deep_residual_network.py sha256=EZTMIhZ6tyRpIMaqoVaX5Ajckd1YQ5pJx4ubXciphJc 2098
continuiti/networks/fully_connected.py sha256=9drh6V3rjqJ2wsrf2hurHZxKEeaKYMewkWzunBqUjxc 1092
continuiti/operators/__init__.py sha256=wYf-PRPcRX0PycKWpI5_dUYhoIX-CbtC8OtxhKiR9Vo 683
continuiti/operators/belnet.py sha256=lPqrDp4i3IRPY-YZOjLkiT76tlSUmePvDpsB-D0oHIg 4187
continuiti/operators/cnn.py sha256=2d439kzUPRYjlhlRqVo9XQTMadnhZ8IYLa8pejUVggY 2440
continuiti/operators/deeponet.py sha256=i-aQf70O8DVgxR4BSKvGqV3uYzAjnHj9_w7fMoQjTnI 3518
continuiti/operators/dno.py sha256=P8ZJTxHDWsOqZ56KJ1CpnLBhDJk8FECOFHv1ifcgXy8 3850
continuiti/operators/fno.py sha256=golWiP6A3XCN_QcVutOUhTCNM036OpT7wxdS7gG3T1o 1729
continuiti/operators/fourierlayer.py sha256=IEO20eGQJfaLH1W15SWEltE9jYPsR-GXoEzHgFRky7U 16515
continuiti/operators/integralkernel.py sha256=QU5Ywk64oSpHA00p0IG8Xu3w05crnjpbHy4Rf6O0OY8 6680
continuiti/operators/losses.py sha256=qHdbGMGQJdhJG7d_al95gB5ULiDJYLDUYBjBnoid5GA 3274
continuiti/operators/neuraloperator.py sha256=PdPsa-L3rR61icZtzMUST0NzkBHM5A_SDp4F91Cjvm8 3721
continuiti/operators/operator.py sha256=1zGfhr81KQm_0g4C7fCsT3pMK1VDCiO4qaGzeYOz8mk 2094
continuiti/operators/shape.py sha256=4TKrpvQjRsG6u4yCAtn5sEOjwrisA2IBn7a6ZoFZ1js 644
continuiti/pde/__init__.py sha256=Nq_A0jN1MOpj7E7qfonS0OtgPBy8Rudoi2lwOY6yhRY 321
continuiti/pde/grad.py sha256=G-sZuRXhe8TlDqns1tJlRyTt91gS5rWW36GCZCOuZhE 3536
continuiti/pde/physicsinformed.py sha256=HOkU-mgoMjQ0AremFKtTGhFQ9WLhAWIdpZlCNr5lHgs 2180
continuiti/trainer/__init__.py sha256=N1-RLKX7TsA0MIjgbZnkIT9XFcHIhNydYu6VynwToAM 114
continuiti/trainer/callbacks.py sha256=3LLV4xfnH8Owv8fhKtvZ53ukxhvn7LK03I1E1BJ22zg 6303
continuiti/trainer/criterion.py sha256=3-2u3E4mmp4Fs-juxHOam11Zr9eW7g0T4OegpaivRxg 1574
continuiti/trainer/device.py sha256=bcvxtVf6dJKtnHPLERdFL3wqF6zRotTKtj6YZAU1rxg 904
continuiti/trainer/logs.py sha256=ttP7L13CD5zv6GpHlSQuP82wpWYG6rIWmTqy2pdK4Xk 389
continuiti/trainer/scheduler.py sha256=aU9-PkwJFbR674EXf4zCh3nSn8wfQQRWS0-5oqWsG9s 911
continuiti/trainer/trainer.py sha256=EWMZPjrkDntav96jEINB_JFSDEG13V92fQ5n-LXuYeo 8462
continuiti/transforms/__init__.py sha256=glqFQIEn2hTrtA1PoMhMivSqyLk00lSTnK_GKBEZnQs 274
continuiti/transforms/compose.py sha256=7_NQOEdrNN9PmK9BGHjtl7qw-iUUyc0aZln-PqIUa5I 1469
continuiti/transforms/quantile_scaler.py sha256=GK76V3dh7ojnsaykGrUVqUdi79gyEWdgVqiF9w1l38o 6839
continuiti/transforms/scaling.py sha256=4DgLoSYkld_gCDc2nc0lusDOws6AQl0uiCxl43JiIZg 1547
continuiti/transforms/transform.py sha256=pxxKoGJe67T5QaC7limb6u83Deyhi6NBWQ5WzuOWtmg 1521
continuiti-0.1.0.dist-info/LICENSE.txt sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg 7652
continuiti-0.1.0.dist-info/METADATA sha256=q7GyNxWZCmTNJ6bDK8MbWqZRVyQKCHSUt52Vvcc82eI 14005
continuiti-0.1.0.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
continuiti-0.1.0.dist-info/top_level.txt sha256=U6hKmGs0m7GggMBA0Fm_blnIfnFwRMHkYy-WhWci3UE 11
continuiti-0.1.0.dist-info/RECORD

top_level.txt

continuiti