fiqus 2024.12.1__py3-none-any.whl → 2024.12.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1730,7 +1730,7 @@ PostProcessing {
1730
1730
  PostOperation PrintMaxTemp UsingPost Thermal_T {
1731
1731
  // Get maximum in bare region and store in register 1
1732
1732
  Print[ T, OnElementsOf <<nc.omega>>_TH, StoreMaxInRegister 1, Format Table,
1733
- LastTimeStepOnly 1, File "dummy.txt", SendToServer "No"] ;
1733
+ LastTimeStepOnly 1, SendToServer "No"] ;
1734
1734
  }
1735
1735
  {% endif %}
1736
1736
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fiqus
3
- Version: 2024.12.1
3
+ Version: 2024.12.2
4
4
  Summary: Source code for STEAM FiQuS tool
5
5
  Home-page: https://gitlab.cern.ch/steam/fiqus
6
6
  Author: STEAM Team
@@ -9,72 +9,72 @@ Keywords: STEAM,FiQuS,CERN
9
9
  Classifier: Programming Language :: Python :: 3.11
10
10
  Requires-Python: >=3.11
11
11
  Description-Content-Type: text/markdown
12
- Requires-Dist: gmsh ==4.13.1
13
- Requires-Dist: h5py ==3.10.0
14
- Requires-Dist: Jinja2 ==3.1.3
15
- Requires-Dist: matplotlib ==3.8.3
16
- Requires-Dist: mplcursors ==0.5.3
17
- Requires-Dist: numpy ==1.26.4
18
- Requires-Dist: pandas ==2.2.1
19
- Requires-Dist: pydantic ==2.6.4
20
- Requires-Dist: ruamel.yaml ==0.18.6
21
- Requires-Dist: ruamel.yaml.clib ==0.2.8
22
- Requires-Dist: scipy ==1.14.1
23
- Requires-Dist: tqdm ==4.66.2
24
- Requires-Dist: typing-extensions ==4.10.0
12
+ Requires-Dist: gmsh==4.13.1
13
+ Requires-Dist: h5py==3.10.0
14
+ Requires-Dist: Jinja2==3.1.3
15
+ Requires-Dist: matplotlib==3.8.3
16
+ Requires-Dist: mplcursors==0.5.3
17
+ Requires-Dist: numpy==1.26.4
18
+ Requires-Dist: pandas==2.2.1
19
+ Requires-Dist: pydantic==2.6.4
20
+ Requires-Dist: ruamel.yaml==0.18.6
21
+ Requires-Dist: ruamel.yaml.clib==0.2.8
22
+ Requires-Dist: scipy==1.14.1
23
+ Requires-Dist: tqdm==4.66.2
24
+ Requires-Dist: typing-extensions==4.10.0
25
25
  Provides-Extra: all
26
- Requires-Dist: gmsh ==4.13.1 ; extra == 'all'
27
- Requires-Dist: h5py ==3.10.0 ; extra == 'all'
28
- Requires-Dist: Jinja2 ==3.1.3 ; extra == 'all'
29
- Requires-Dist: matplotlib ==3.8.3 ; extra == 'all'
30
- Requires-Dist: mplcursors ==0.5.3 ; extra == 'all'
31
- Requires-Dist: numpy ==1.26.4 ; extra == 'all'
32
- Requires-Dist: pandas ==2.2.1 ; extra == 'all'
33
- Requires-Dist: pydantic ==2.6.4 ; extra == 'all'
34
- Requires-Dist: ruamel.yaml ==0.18.6 ; extra == 'all'
35
- Requires-Dist: ruamel.yaml.clib ==0.2.8 ; extra == 'all'
36
- Requires-Dist: scipy ==1.14.1 ; extra == 'all'
37
- Requires-Dist: tqdm ==4.66.2 ; extra == 'all'
38
- Requires-Dist: typing-extensions ==4.10.0 ; extra == 'all'
39
- Requires-Dist: griffe ==0.42.0 ; extra == 'all'
40
- Requires-Dist: markdown ==3.5.2 ; extra == 'all'
41
- Requires-Dist: markdown-include ==0.8.1 ; extra == 'all'
42
- Requires-Dist: mkdocs-git-revision-date-localized-plugin ==1.2.4 ; extra == 'all'
43
- Requires-Dist: mkdocs-include-markdown-plugin ==6.0.4 ; extra == 'all'
44
- Requires-Dist: mkdocs-material ==9.5.13 ; extra == 'all'
45
- Requires-Dist: mkdocstrings-python ==1.9.0 ; extra == 'all'
46
- Requires-Dist: coverage ==7.4.4 ; extra == 'all'
47
- Requires-Dist: coverage-badge ==1.1.0 ; extra == 'all'
48
- Requires-Dist: flake8 ==7.0.0 ; extra == 'all'
49
- Requires-Dist: mypy ==1.9.0 ; extra == 'all'
50
- Requires-Dist: pylint ==3.1.0 ; extra == 'all'
51
- Requires-Dist: pytest ==8.1.1 ; extra == 'all'
52
- Requires-Dist: pytest-cov ==4.1.0 ; extra == 'all'
53
- Requires-Dist: pytest-subtests ==0.12.1 ; extra == 'all'
54
- Requires-Dist: setuptools ==69.2.0 ; extra == 'all'
55
- Requires-Dist: wheel ==0.45.1 ; extra == 'all'
56
- Requires-Dist: twine ==6.0.1 ; extra == 'all'
26
+ Requires-Dist: gmsh==4.13.1; extra == "all"
27
+ Requires-Dist: h5py==3.10.0; extra == "all"
28
+ Requires-Dist: Jinja2==3.1.3; extra == "all"
29
+ Requires-Dist: matplotlib==3.8.3; extra == "all"
30
+ Requires-Dist: mplcursors==0.5.3; extra == "all"
31
+ Requires-Dist: numpy==1.26.4; extra == "all"
32
+ Requires-Dist: pandas==2.2.1; extra == "all"
33
+ Requires-Dist: pydantic==2.6.4; extra == "all"
34
+ Requires-Dist: ruamel.yaml==0.18.6; extra == "all"
35
+ Requires-Dist: ruamel.yaml.clib==0.2.8; extra == "all"
36
+ Requires-Dist: scipy==1.14.1; extra == "all"
37
+ Requires-Dist: tqdm==4.66.2; extra == "all"
38
+ Requires-Dist: typing-extensions==4.10.0; extra == "all"
39
+ Requires-Dist: griffe==0.42.0; extra == "all"
40
+ Requires-Dist: markdown==3.5.2; extra == "all"
41
+ Requires-Dist: markdown-include==0.8.1; extra == "all"
42
+ Requires-Dist: mkdocs-git-revision-date-localized-plugin==1.2.4; extra == "all"
43
+ Requires-Dist: mkdocs-include-markdown-plugin==6.0.4; extra == "all"
44
+ Requires-Dist: mkdocs-material==9.5.13; extra == "all"
45
+ Requires-Dist: mkdocstrings-python==1.9.0; extra == "all"
46
+ Requires-Dist: coverage==7.4.4; extra == "all"
47
+ Requires-Dist: coverage-badge==1.1.0; extra == "all"
48
+ Requires-Dist: flake8==7.0.0; extra == "all"
49
+ Requires-Dist: mypy==1.9.0; extra == "all"
50
+ Requires-Dist: pylint==3.1.0; extra == "all"
51
+ Requires-Dist: pytest==8.1.1; extra == "all"
52
+ Requires-Dist: pytest-cov==4.1.0; extra == "all"
53
+ Requires-Dist: pytest-subtests==0.12.1; extra == "all"
54
+ Requires-Dist: setuptools==69.2.0; extra == "all"
55
+ Requires-Dist: wheel==0.45.1; extra == "all"
56
+ Requires-Dist: twine==6.0.1; extra == "all"
57
57
  Provides-Extra: build
58
- Requires-Dist: setuptools ==69.2.0 ; extra == 'build'
59
- Requires-Dist: wheel ==0.45.1 ; extra == 'build'
60
- Requires-Dist: twine ==6.0.1 ; extra == 'build'
58
+ Requires-Dist: setuptools==69.2.0; extra == "build"
59
+ Requires-Dist: wheel==0.45.1; extra == "build"
60
+ Requires-Dist: twine==6.0.1; extra == "build"
61
61
  Provides-Extra: docs
62
- Requires-Dist: griffe ==0.42.0 ; extra == 'docs'
63
- Requires-Dist: markdown ==3.5.2 ; extra == 'docs'
64
- Requires-Dist: markdown-include ==0.8.1 ; extra == 'docs'
65
- Requires-Dist: mkdocs-git-revision-date-localized-plugin ==1.2.4 ; extra == 'docs'
66
- Requires-Dist: mkdocs-include-markdown-plugin ==6.0.4 ; extra == 'docs'
67
- Requires-Dist: mkdocs-material ==9.5.13 ; extra == 'docs'
68
- Requires-Dist: mkdocstrings-python ==1.9.0 ; extra == 'docs'
62
+ Requires-Dist: griffe==0.42.0; extra == "docs"
63
+ Requires-Dist: markdown==3.5.2; extra == "docs"
64
+ Requires-Dist: markdown-include==0.8.1; extra == "docs"
65
+ Requires-Dist: mkdocs-git-revision-date-localized-plugin==1.2.4; extra == "docs"
66
+ Requires-Dist: mkdocs-include-markdown-plugin==6.0.4; extra == "docs"
67
+ Requires-Dist: mkdocs-material==9.5.13; extra == "docs"
68
+ Requires-Dist: mkdocstrings-python==1.9.0; extra == "docs"
69
69
  Provides-Extra: tests
70
- Requires-Dist: coverage ==7.4.4 ; extra == 'tests'
71
- Requires-Dist: coverage-badge ==1.1.0 ; extra == 'tests'
72
- Requires-Dist: flake8 ==7.0.0 ; extra == 'tests'
73
- Requires-Dist: mypy ==1.9.0 ; extra == 'tests'
74
- Requires-Dist: pylint ==3.1.0 ; extra == 'tests'
75
- Requires-Dist: pytest ==8.1.1 ; extra == 'tests'
76
- Requires-Dist: pytest-cov ==4.1.0 ; extra == 'tests'
77
- Requires-Dist: pytest-subtests ==0.12.1 ; extra == 'tests'
70
+ Requires-Dist: coverage==7.4.4; extra == "tests"
71
+ Requires-Dist: coverage-badge==1.1.0; extra == "tests"
72
+ Requires-Dist: flake8==7.0.0; extra == "tests"
73
+ Requires-Dist: mypy==1.9.0; extra == "tests"
74
+ Requires-Dist: pylint==3.1.0; extra == "tests"
75
+ Requires-Dist: pytest==8.1.1; extra == "tests"
76
+ Requires-Dist: pytest-cov==4.1.0; extra == "tests"
77
+ Requires-Dist: pytest-subtests==0.12.1; extra == "tests"
78
78
 
79
79
  ![FiQuS logo](https://gitlab.cern.ch/steam/fiqus/-/raw/master/docs/images/FiQuS_name_logo.svg)
80
80
 
@@ -59,7 +59,7 @@ fiqus/pro_material_functions/ironBHcurves.pro,sha256=-4xfRg4BYefTEoNawPo3nbsrJJm
59
59
  fiqus/pro_templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
60
60
  fiqus/pro_templates/combined/CCT_template.pro,sha256=6r_fz9bH7AReCfDn33lyu472kjB0rkTma9_r4vBqV0U,13558
61
61
  fiqus/pro_templates/combined/ConductorAC_template.pro,sha256=8aZwuRveHY2R0bEvC9Ysz_SISPLU7eNvi5szO_RUEtA,60694
62
- fiqus/pro_templates/combined/Multipole_template.pro,sha256=fKCqZOpc_H_9F4u3se8MQLxe7iMPYFRFacxK7bq6aFw,97045
62
+ fiqus/pro_templates/combined/Multipole_template.pro,sha256=ptzdHdNqqavppvXSKBejvOuNAWzOWzTXTjubl1foui4,97027
63
63
  fiqus/pro_templates/combined/Pancake3D_template.pro,sha256=hFHr0sjmzL7_kSPCVJ-wAGO94XNx6jlXzCLBLvmsNds,209702
64
64
  fiqus/pro_templates/combined/TSA_materials.pro,sha256=Ny_Vqee1oBgb0mt1ESwqOROBh3D9h2KQgz6hFPFAY5Q,10612
65
65
  fiqus/pro_templates/combined/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -78,7 +78,7 @@ tests/utils/fiqus_test_classes.py,sha256=i7G0wWA7MNdj-pAnXnGrpnv3KXx9JMDRUbKwFMR
78
78
  tests/utils/generate_reference_files_ConductorAC.py,sha256=F5KK1AmHg1AmjZL6wRoR4R4kPpQu5KyLZtk1EnDsS1I,1619
79
79
  tests/utils/generate_reference_files_Pancake3D.py,sha256=9sULcDOmbotrbYHz8DqGv6Km7ThfltnCHFojHUx193U,3126
80
80
  tests/utils/helpers.py,sha256=bX3jz6Cux175TVWMpeaMo1SspQAewCSzKsC4ZwRBRR4,4052
81
- fiqus-2024.12.1.dist-info/METADATA,sha256=nHd070JacuyInCrVTNi9tUwgE04dwNcZ4UfVCjcv-sw,7884
82
- fiqus-2024.12.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
83
- fiqus-2024.12.1.dist-info/top_level.txt,sha256=oGzSIyoVc1zYg14o67zI3QFwWsJvqNzNT0-te9WbUQc,12
84
- fiqus-2024.12.1.dist-info/RECORD,,
81
+ fiqus-2024.12.2.dist-info/METADATA,sha256=B_W4s7p0qL1LAw303x9ahMFLXZxux1vapUAYbJQFTRQ,7773
82
+ fiqus-2024.12.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
83
+ fiqus-2024.12.2.dist-info/top_level.txt,sha256=oGzSIyoVc1zYg14o67zI3QFwWsJvqNzNT0-te9WbUQc,12
84
+ fiqus-2024.12.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5