@mat3ra/prode 2025.11.25-0

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.
Files changed (276) hide show
  1. package/.babelrc +17 -0
  2. package/LICENSE.md +15 -0
  3. package/README.md +93 -0
  4. package/dist/js/MetaProperty.d.ts +3 -0
  5. package/dist/js/MetaProperty.js +9 -0
  6. package/dist/js/Property.d.ts +25 -0
  7. package/dist/js/Property.js +25 -0
  8. package/dist/js/PropertyFactory.d.ts +54 -0
  9. package/dist/js/PropertyFactory.js +137 -0
  10. package/dist/js/ProtoProperty.d.ts +5 -0
  11. package/dist/js/ProtoProperty.js +11 -0
  12. package/dist/js/charts/highcharts.d.ts +57 -0
  13. package/dist/js/charts/highcharts.js +96 -0
  14. package/dist/js/generated/AtomicConstraintsPropertySchemaMixin.d.ts +5 -0
  15. package/dist/js/generated/AtomicConstraintsPropertySchemaMixin.js +15 -0
  16. package/dist/js/generated/AtomicForcesPropertySchemaMixin.d.ts +5 -0
  17. package/dist/js/generated/AtomicForcesPropertySchemaMixin.js +18 -0
  18. package/dist/js/generated/AveragePotentialProfilePropertySchemaMixin.d.ts +5 -0
  19. package/dist/js/generated/AveragePotentialProfilePropertySchemaMixin.js +24 -0
  20. package/dist/js/generated/BandGapsPropertySchemaMixin.d.ts +5 -0
  21. package/dist/js/generated/BandGapsPropertySchemaMixin.js +18 -0
  22. package/dist/js/generated/BandStructurePropertySchemaMixin.d.ts +5 -0
  23. package/dist/js/generated/BandStructurePropertySchemaMixin.js +27 -0
  24. package/dist/js/generated/BoundaryConditionsPropertySchemaMixin.d.ts +5 -0
  25. package/dist/js/generated/BoundaryConditionsPropertySchemaMixin.js +18 -0
  26. package/dist/js/generated/ChargeDensityProfilePropertySchemaMixin.d.ts +5 -0
  27. package/dist/js/generated/ChargeDensityProfilePropertySchemaMixin.js +24 -0
  28. package/dist/js/generated/ConvergenceElectronicPropertySchemaMixin.d.ts +5 -0
  29. package/dist/js/generated/ConvergenceElectronicPropertySchemaMixin.js +18 -0
  30. package/dist/js/generated/ConvergenceIonicPropertySchemaMixin.d.ts +5 -0
  31. package/dist/js/generated/ConvergenceIonicPropertySchemaMixin.js +21 -0
  32. package/dist/js/generated/DensityOfStatesPropertySchemaMixin.d.ts +5 -0
  33. package/dist/js/generated/DensityOfStatesPropertySchemaMixin.js +27 -0
  34. package/dist/js/generated/DielectricTensorPropertySchemaMixin.d.ts +5 -0
  35. package/dist/js/generated/DielectricTensorPropertySchemaMixin.js +15 -0
  36. package/dist/js/generated/FermiEnergyPropertySchemaMixin.d.ts +5 -0
  37. package/dist/js/generated/FermiEnergyPropertySchemaMixin.js +18 -0
  38. package/dist/js/generated/FileContentPropertySchemaMixin.d.ts +5 -0
  39. package/dist/js/generated/FileContentPropertySchemaMixin.js +24 -0
  40. package/dist/js/generated/FinalStructurePropertySchemaMixin.d.ts +5 -0
  41. package/dist/js/generated/FinalStructurePropertySchemaMixin.js +18 -0
  42. package/dist/js/generated/HubbardUPropertySchemaMixin.d.ts +5 -0
  43. package/dist/js/generated/HubbardUPropertySchemaMixin.js +18 -0
  44. package/dist/js/generated/HubbardVNNPropertySchemaMixin.d.ts +5 -0
  45. package/dist/js/generated/HubbardVNNPropertySchemaMixin.js +18 -0
  46. package/dist/js/generated/HubbardVPropertySchemaMixin.d.ts +5 -0
  47. package/dist/js/generated/HubbardVPropertySchemaMixin.js +18 -0
  48. package/dist/js/generated/IonizationPotentialElementalPropertySchemaMixin.d.ts +5 -0
  49. package/dist/js/generated/IonizationPotentialElementalPropertySchemaMixin.js +18 -0
  50. package/dist/js/generated/IsRelaxedPropertySchemaMixin.d.ts +5 -0
  51. package/dist/js/generated/IsRelaxedPropertySchemaMixin.js +18 -0
  52. package/dist/js/generated/JupyterNotebookEndpointPropertySchemaMixin.d.ts +5 -0
  53. package/dist/js/generated/JupyterNotebookEndpointPropertySchemaMixin.js +21 -0
  54. package/dist/js/generated/MagneticMomentsPropertySchemaMixin.d.ts +5 -0
  55. package/dist/js/generated/MagneticMomentsPropertySchemaMixin.js +18 -0
  56. package/dist/js/generated/MetaPropertyHolderSchemaMixin.d.ts +5 -0
  57. package/dist/js/generated/MetaPropertyHolderSchemaMixin.js +15 -0
  58. package/dist/js/generated/PhononDOSPropertySchemaMixin.d.ts +5 -0
  59. package/dist/js/generated/PhononDOSPropertySchemaMixin.js +24 -0
  60. package/dist/js/generated/PhononDispersionsPropertySchemaMixin.d.ts +5 -0
  61. package/dist/js/generated/PhononDispersionsPropertySchemaMixin.js +24 -0
  62. package/dist/js/generated/PotentialProfilePropertySchemaMixin.d.ts +5 -0
  63. package/dist/js/generated/PotentialProfilePropertySchemaMixin.js +24 -0
  64. package/dist/js/generated/PressurePropertySchemaMixin.d.ts +5 -0
  65. package/dist/js/generated/PressurePropertySchemaMixin.js +18 -0
  66. package/dist/js/generated/PropertyHolderSchemaMixin.d.ts +5 -0
  67. package/dist/js/generated/PropertyHolderSchemaMixin.js +30 -0
  68. package/dist/js/generated/ProtoPropertyHolderSchemaMixin.d.ts +5 -0
  69. package/dist/js/generated/ProtoPropertyHolderSchemaMixin.js +15 -0
  70. package/dist/js/generated/PseudopotentialMetaPropertySchemaMixin.d.ts +5 -0
  71. package/dist/js/generated/PseudopotentialMetaPropertySchemaMixin.js +45 -0
  72. package/dist/js/generated/ReactionEnergyBarrierPropertySchemaMixin.d.ts +5 -0
  73. package/dist/js/generated/ReactionEnergyBarrierPropertySchemaMixin.js +18 -0
  74. package/dist/js/generated/ReactionEnergyProfilePropertySchemaMixin.d.ts +5 -0
  75. package/dist/js/generated/ReactionEnergyProfilePropertySchemaMixin.js +24 -0
  76. package/dist/js/generated/StressTensorPropertySchemaMixin.d.ts +5 -0
  77. package/dist/js/generated/StressTensorPropertySchemaMixin.js +18 -0
  78. package/dist/js/generated/SurfaceEnergyPropertySchemaMixin.d.ts +5 -0
  79. package/dist/js/generated/SurfaceEnergyPropertySchemaMixin.js +18 -0
  80. package/dist/js/generated/TotalEnergyContributionsPropertySchemaMixin.d.ts +5 -0
  81. package/dist/js/generated/TotalEnergyContributionsPropertySchemaMixin.js +57 -0
  82. package/dist/js/generated/TotalEnergyPropertySchemaMixin.d.ts +5 -0
  83. package/dist/js/generated/TotalEnergyPropertySchemaMixin.js +18 -0
  84. package/dist/js/generated/TotalForcePropertySchemaMixin.d.ts +5 -0
  85. package/dist/js/generated/TotalForcePropertySchemaMixin.js +18 -0
  86. package/dist/js/generated/ValenceBandOffsetPropertySchemaMixin.d.ts +5 -0
  87. package/dist/js/generated/ValenceBandOffsetPropertySchemaMixin.js +18 -0
  88. package/dist/js/generated/WorkflowPropertySchemaMixin.d.ts +5 -0
  89. package/dist/js/generated/WorkflowPropertySchemaMixin.js +33 -0
  90. package/dist/js/generated/ZeroPointEnergyPropertySchemaMixin.d.ts +5 -0
  91. package/dist/js/generated/ZeroPointEnergyPropertySchemaMixin.js +18 -0
  92. package/dist/js/holders/MetaPropertyHolder.d.ts +10 -0
  93. package/dist/js/holders/MetaPropertyHolder.js +12 -0
  94. package/dist/js/holders/PropertyHolder.d.ts +10 -0
  95. package/dist/js/holders/PropertyHolder.js +12 -0
  96. package/dist/js/holders/ProtoPropertyHolder.d.ts +10 -0
  97. package/dist/js/holders/ProtoPropertyHolder.js +12 -0
  98. package/dist/js/holders/mixins/MetaPropertyHolderMixin.d.ts +12 -0
  99. package/dist/js/holders/mixins/MetaPropertyHolderMixin.js +18 -0
  100. package/dist/js/holders/mixins/PropertyHolderMixin.d.ts +16 -0
  101. package/dist/js/holders/mixins/PropertyHolderMixin.js +37 -0
  102. package/dist/js/holders/mixins/ProtoPropertyHolderMixin.d.ts +12 -0
  103. package/dist/js/holders/mixins/ProtoPropertyHolderMixin.js +18 -0
  104. package/dist/js/index.d.ts +20 -0
  105. package/dist/js/index.js +60 -0
  106. package/dist/js/meta_properties/PseudopotentialMetaProperty.d.ts +78 -0
  107. package/dist/js/meta_properties/PseudopotentialMetaProperty.js +157 -0
  108. package/dist/js/properties/include/mixins/2d_plot.d.ts +27 -0
  109. package/dist/js/properties/include/mixins/2d_plot.js +79 -0
  110. package/dist/js/properties/non-scalar/AveragePotentialProfileProperty.d.ts +38 -0
  111. package/dist/js/properties/non-scalar/AveragePotentialProfileProperty.js +54 -0
  112. package/dist/js/properties/non-scalar/BandGapsProperty.d.ts +59 -0
  113. package/dist/js/properties/non-scalar/BandGapsProperty.js +52 -0
  114. package/dist/js/properties/non-scalar/BandStructureProperty.d.ts +186 -0
  115. package/dist/js/properties/non-scalar/BandStructureProperty.js +218 -0
  116. package/dist/js/properties/non-scalar/ChargeDensityProfileProperty.d.ts +25 -0
  117. package/dist/js/properties/non-scalar/ChargeDensityProfileProperty.js +34 -0
  118. package/dist/js/properties/non-scalar/DensityOfStatesProperty.d.ts +145 -0
  119. package/dist/js/properties/non-scalar/DensityOfStatesProperty.js +126 -0
  120. package/dist/js/properties/non-scalar/DielectricTensorProperty.d.ts +49 -0
  121. package/dist/js/properties/non-scalar/DielectricTensorProperty.js +119 -0
  122. package/dist/js/properties/non-scalar/FileContentProperty.d.ts +15 -0
  123. package/dist/js/properties/non-scalar/FileContentProperty.js +18 -0
  124. package/dist/js/properties/non-scalar/FinalStructureProperty.d.ts +14 -0
  125. package/dist/js/properties/non-scalar/FinalStructureProperty.js +17 -0
  126. package/dist/js/properties/non-scalar/HubbardUProperty.d.ts +14 -0
  127. package/dist/js/properties/non-scalar/HubbardUProperty.js +17 -0
  128. package/dist/js/properties/non-scalar/HubbardVNNProperty.d.ts +14 -0
  129. package/dist/js/properties/non-scalar/HubbardVNNProperty.js +17 -0
  130. package/dist/js/properties/non-scalar/HubbardVProperty.d.ts +14 -0
  131. package/dist/js/properties/non-scalar/HubbardVProperty.js +17 -0
  132. package/dist/js/properties/non-scalar/IsRelaxedProperty.d.ts +15 -0
  133. package/dist/js/properties/non-scalar/IsRelaxedProperty.js +18 -0
  134. package/dist/js/properties/non-scalar/JupyterNotebookEndpointProperty.d.ts +14 -0
  135. package/dist/js/properties/non-scalar/JupyterNotebookEndpointProperty.js +17 -0
  136. package/dist/js/properties/non-scalar/PhononDOSProperty.d.ts +19 -0
  137. package/dist/js/properties/non-scalar/PhononDOSProperty.js +37 -0
  138. package/dist/js/properties/non-scalar/PhononDispersionsProperty.d.ts +21 -0
  139. package/dist/js/properties/non-scalar/PhononDispersionsProperty.js +28 -0
  140. package/dist/js/properties/non-scalar/PotentialProfileProperty.d.ts +38 -0
  141. package/dist/js/properties/non-scalar/PotentialProfileProperty.js +58 -0
  142. package/dist/js/properties/non-scalar/ReactionEnergyProfileProperty.d.ts +25 -0
  143. package/dist/js/properties/non-scalar/ReactionEnergyProfileProperty.js +34 -0
  144. package/dist/js/properties/non-scalar/WorkflowProperty.d.ts +14 -0
  145. package/dist/js/properties/non-scalar/WorkflowProperty.js +17 -0
  146. package/dist/js/properties/non-scalar/convergence/ConvergenceElectronicProperty.d.ts +17 -0
  147. package/dist/js/properties/non-scalar/convergence/ConvergenceElectronicProperty.js +63 -0
  148. package/dist/js/properties/non-scalar/convergence/ConvergenceIonicProperty.d.ts +17 -0
  149. package/dist/js/properties/non-scalar/convergence/ConvergenceIonicProperty.js +45 -0
  150. package/dist/js/properties/object/TotalEnergyContributionsProperty.d.ts +18 -0
  151. package/dist/js/properties/object/TotalEnergyContributionsProperty.js +20 -0
  152. package/dist/js/properties/scalar/FermiEnergyProperty.d.ts +14 -0
  153. package/dist/js/properties/scalar/FermiEnergyProperty.js +17 -0
  154. package/dist/js/properties/scalar/IonizationPotentialElementalProperty.d.ts +14 -0
  155. package/dist/js/properties/scalar/IonizationPotentialElementalProperty.js +17 -0
  156. package/dist/js/properties/scalar/PressureProperty.d.ts +15 -0
  157. package/dist/js/properties/scalar/PressureProperty.js +18 -0
  158. package/dist/js/properties/scalar/ReactionEnergyBarrierProperty.d.ts +15 -0
  159. package/dist/js/properties/scalar/ReactionEnergyBarrierProperty.js +18 -0
  160. package/dist/js/properties/scalar/SurfaceEnergyProperty.d.ts +15 -0
  161. package/dist/js/properties/scalar/SurfaceEnergyProperty.js +18 -0
  162. package/dist/js/properties/scalar/TotalEnergyProperty.d.ts +15 -0
  163. package/dist/js/properties/scalar/TotalEnergyProperty.js +18 -0
  164. package/dist/js/properties/scalar/TotalForceProperty.d.ts +14 -0
  165. package/dist/js/properties/scalar/TotalForceProperty.js +17 -0
  166. package/dist/js/properties/scalar/ValenceBandOffsetProperty.d.ts +15 -0
  167. package/dist/js/properties/scalar/ValenceBandOffsetProperty.js +18 -0
  168. package/dist/js/properties/scalar/ZeroPointEnergyProperty.d.ts +14 -0
  169. package/dist/js/properties/scalar/ZeroPointEnergyProperty.js +17 -0
  170. package/dist/js/properties/tensor/AtomicForcesProperty.d.ts +14 -0
  171. package/dist/js/properties/tensor/AtomicForcesProperty.js +17 -0
  172. package/dist/js/properties/tensor/MagneticMomentsProperty.d.ts +14 -0
  173. package/dist/js/properties/tensor/MagneticMomentsProperty.js +17 -0
  174. package/dist/js/properties/tensor/StressTensorProperty.d.ts +14 -0
  175. package/dist/js/properties/tensor/StressTensorProperty.js +17 -0
  176. package/dist/js/proto_properties/AtomicConstraintsProperty.d.ts +13 -0
  177. package/dist/js/proto_properties/AtomicConstraintsProperty.js +16 -0
  178. package/dist/js/proto_properties/BoundaryConditionsProperty.d.ts +13 -0
  179. package/dist/js/proto_properties/BoundaryConditionsProperty.js +16 -0
  180. package/dist/js/settings.d.ts +48 -0
  181. package/dist/js/settings.js +56 -0
  182. package/dist/js/types.d.ts +14 -0
  183. package/dist/js/types.js +2 -0
  184. package/package.json +101 -0
  185. package/src/js/MetaProperty.ts +3 -0
  186. package/src/js/Property.ts +49 -0
  187. package/src/js/PropertyFactory.ts +208 -0
  188. package/src/js/ProtoProperty.ts +6 -0
  189. package/src/js/charts/highcharts.ts +172 -0
  190. package/src/js/generated/AtomicConstraintsPropertySchemaMixin.ts +24 -0
  191. package/src/js/generated/AtomicForcesPropertySchemaMixin.ts +26 -0
  192. package/src/js/generated/AveragePotentialProfilePropertySchemaMixin.ts +37 -0
  193. package/src/js/generated/BandGapsPropertySchemaMixin.ts +26 -0
  194. package/src/js/generated/BandStructurePropertySchemaMixin.ts +35 -0
  195. package/src/js/generated/BoundaryConditionsPropertySchemaMixin.ts +27 -0
  196. package/src/js/generated/ChargeDensityProfilePropertySchemaMixin.ts +37 -0
  197. package/src/js/generated/ConvergenceElectronicPropertySchemaMixin.ts +27 -0
  198. package/src/js/generated/ConvergenceIonicPropertySchemaMixin.ts +30 -0
  199. package/src/js/generated/DensityOfStatesPropertySchemaMixin.ts +36 -0
  200. package/src/js/generated/DielectricTensorPropertySchemaMixin.ts +24 -0
  201. package/src/js/generated/FermiEnergyPropertySchemaMixin.ts +26 -0
  202. package/src/js/generated/FileContentPropertySchemaMixin.ts +32 -0
  203. package/src/js/generated/FinalStructurePropertySchemaMixin.ts +27 -0
  204. package/src/js/generated/HubbardUPropertySchemaMixin.ts +26 -0
  205. package/src/js/generated/HubbardVNNPropertySchemaMixin.ts +26 -0
  206. package/src/js/generated/HubbardVPropertySchemaMixin.ts +26 -0
  207. package/src/js/generated/IonizationPotentialElementalPropertySchemaMixin.ts +27 -0
  208. package/src/js/generated/IsRelaxedPropertySchemaMixin.ts +26 -0
  209. package/src/js/generated/JupyterNotebookEndpointPropertySchemaMixin.ts +30 -0
  210. package/src/js/generated/MagneticMomentsPropertySchemaMixin.ts +27 -0
  211. package/src/js/generated/MetaPropertyHolderSchemaMixin.ts +23 -0
  212. package/src/js/generated/PhononDOSPropertySchemaMixin.ts +36 -0
  213. package/src/js/generated/PhononDispersionsPropertySchemaMixin.ts +35 -0
  214. package/src/js/generated/PotentialProfilePropertySchemaMixin.ts +33 -0
  215. package/src/js/generated/PressurePropertySchemaMixin.ts +26 -0
  216. package/src/js/generated/PropertyHolderSchemaMixin.ts +38 -0
  217. package/src/js/generated/ProtoPropertyHolderSchemaMixin.ts +23 -0
  218. package/src/js/generated/PseudopotentialMetaPropertySchemaMixin.ts +54 -0
  219. package/src/js/generated/README.md +27 -0
  220. package/src/js/generated/ReactionEnergyBarrierPropertySchemaMixin.ts +27 -0
  221. package/src/js/generated/ReactionEnergyProfilePropertySchemaMixin.ts +37 -0
  222. package/src/js/generated/StressTensorPropertySchemaMixin.ts +26 -0
  223. package/src/js/generated/SurfaceEnergyPropertySchemaMixin.ts +26 -0
  224. package/src/js/generated/TotalEnergyContributionsPropertySchemaMixin.ts +80 -0
  225. package/src/js/generated/TotalEnergyPropertySchemaMixin.ts +26 -0
  226. package/src/js/generated/TotalForcePropertySchemaMixin.ts +26 -0
  227. package/src/js/generated/ValenceBandOffsetPropertySchemaMixin.ts +27 -0
  228. package/src/js/generated/WorkflowPropertySchemaMixin.ts +41 -0
  229. package/src/js/generated/ZeroPointEnergyPropertySchemaMixin.ts +27 -0
  230. package/src/js/holders/MetaPropertyHolder.ts +19 -0
  231. package/src/js/holders/PropertyHolder.ts +17 -0
  232. package/src/js/holders/ProtoPropertyHolder.ts +17 -0
  233. package/src/js/holders/mixins/MetaPropertyHolderMixin.ts +31 -0
  234. package/src/js/holders/mixins/PropertyHolderMixin.ts +55 -0
  235. package/src/js/holders/mixins/ProtoPropertyHolderMixin.ts +31 -0
  236. package/src/js/index.ts +21 -0
  237. package/src/js/meta_properties/PseudopotentialMetaProperty.ts +206 -0
  238. package/src/js/properties/include/mixins/2d_plot.ts +105 -0
  239. package/src/js/properties/non-scalar/AveragePotentialProfileProperty.ts +69 -0
  240. package/src/js/properties/non-scalar/BandGapsProperty.ts +65 -0
  241. package/src/js/properties/non-scalar/BandStructureProperty.ts +284 -0
  242. package/src/js/properties/non-scalar/ChargeDensityProfileProperty.ts +48 -0
  243. package/src/js/properties/non-scalar/DensityOfStatesProperty.ts +174 -0
  244. package/src/js/properties/non-scalar/DielectricTensorProperty.ts +153 -0
  245. package/src/js/properties/non-scalar/FileContentProperty.ts +27 -0
  246. package/src/js/properties/non-scalar/FinalStructureProperty.ts +25 -0
  247. package/src/js/properties/non-scalar/HubbardUProperty.ts +25 -0
  248. package/src/js/properties/non-scalar/HubbardVNNProperty.ts +25 -0
  249. package/src/js/properties/non-scalar/HubbardVProperty.ts +25 -0
  250. package/src/js/properties/non-scalar/IsRelaxedProperty.ts +27 -0
  251. package/src/js/properties/non-scalar/JupyterNotebookEndpointProperty.ts +26 -0
  252. package/src/js/properties/non-scalar/PhononDOSProperty.ts +57 -0
  253. package/src/js/properties/non-scalar/PhononDispersionsProperty.ts +46 -0
  254. package/src/js/properties/non-scalar/PotentialProfileProperty.ts +76 -0
  255. package/src/js/properties/non-scalar/ReactionEnergyProfileProperty.ts +48 -0
  256. package/src/js/properties/non-scalar/WorkflowProperty.ts +25 -0
  257. package/src/js/properties/non-scalar/convergence/ConvergenceElectronicProperty.ts +82 -0
  258. package/src/js/properties/non-scalar/convergence/ConvergenceIonicProperty.ts +62 -0
  259. package/src/js/properties/object/TotalEnergyContributionsProperty.ts +29 -0
  260. package/src/js/properties/scalar/FermiEnergyProperty.ts +25 -0
  261. package/src/js/properties/scalar/IonizationPotentialElementalProperty.ts +27 -0
  262. package/src/js/properties/scalar/PressureProperty.ts +27 -0
  263. package/src/js/properties/scalar/ReactionEnergyBarrierProperty.ts +29 -0
  264. package/src/js/properties/scalar/SurfaceEnergyProperty.ts +27 -0
  265. package/src/js/properties/scalar/TotalEnergyProperty.ts +27 -0
  266. package/src/js/properties/scalar/TotalForceProperty.ts +25 -0
  267. package/src/js/properties/scalar/ValenceBandOffsetProperty.ts +27 -0
  268. package/src/js/properties/scalar/ZeroPointEnergyProperty.ts +25 -0
  269. package/src/js/properties/tensor/AtomicForcesProperty.ts +27 -0
  270. package/src/js/properties/tensor/MagneticMomentsProperty.ts +27 -0
  271. package/src/js/properties/tensor/StressTensorProperty.ts +25 -0
  272. package/src/js/proto_properties/AtomicConstraintsProperty.ts +25 -0
  273. package/src/js/proto_properties/BoundaryConditionsProperty.ts +25 -0
  274. package/src/js/settings.ts +52 -0
  275. package/src/js/types.ts +24 -0
  276. package/tsconfig.json +3 -0
@@ -0,0 +1,186 @@
1
+ import type { Constructor } from "@mat3ra/code/dist/js/utils/types";
2
+ import type { BandStructurePropertySchema } from "@mat3ra/esse/dist/js/types";
3
+ import type { KPointPath } from "@mat3ra/made/dist/js/lattice/reciprocal/lattice_reciprocal";
4
+ import type { Options, PlotLines } from "highcharts";
5
+ import { type FormatterScope, HighChartsConfig } from "../../charts/highcharts";
6
+ import { type BandStructurePropertySchemaMixin } from "../../generated/BandStructurePropertySchemaMixin";
7
+ import Property from "../../Property";
8
+ import { PropertyName, PropertyType } from "../../settings";
9
+ import { type XDataArray, type XDataArrayNested, type YDataSeries } from "../include/mixins/2d_plot";
10
+ export declare const _POINT_COORDINATES_PRECISION_ = 4;
11
+ export declare class BandStructureConfig extends HighChartsConfig {
12
+ readonly yDataSeries: YDataSeries;
13
+ readonly spin?: number[];
14
+ readonly xDataArray: XDataArrayNested;
15
+ readonly pointsDistanceArray: number[];
16
+ readonly fermiEnergy: number | null;
17
+ readonly pointsPath: KPointPath | undefined;
18
+ constructor(property: {
19
+ spin?: number[];
20
+ subtitle: string;
21
+ yAxisTitle: string;
22
+ yDataSeries: [number, ...number[]][];
23
+ xDataArray: (number | number[])[];
24
+ }, chartConfig?: {
25
+ fermiEnergy?: number | null;
26
+ pointsPath?: KPointPath;
27
+ });
28
+ cleanXDataArray(rawData?: XDataArray): XDataArrayNested;
29
+ calculatePointsDistance(listOfPoints?: XDataArrayNested): number[];
30
+ findSymmetryPointIndex(xDataArray: XDataArrayNested, point: number[]): number;
31
+ plotXLines(): PlotLines[];
32
+ plotXLineAtPoint({ point, distance }: {
33
+ point: string;
34
+ distance: number | null;
35
+ }): PlotLines;
36
+ get series(): {
37
+ data: [number, number][];
38
+ name: string;
39
+ color: string;
40
+ animation: boolean;
41
+ }[];
42
+ xAxis(): {
43
+ minorGridLineColor: string;
44
+ minorGridLineWidth: number;
45
+ minorTickLength: number;
46
+ title: {
47
+ text: string;
48
+ offset: number;
49
+ };
50
+ type: string;
51
+ tickPositioner: () => never[];
52
+ plotLines: PlotLines[] | undefined;
53
+ labels: {
54
+ enabled: boolean;
55
+ };
56
+ };
57
+ tooltipFormatter(xDataArray: XDataArrayNested, yAxisName?: string): (this: FormatterScope) => string;
58
+ yAxis(): {
59
+ gridZIndex: number;
60
+ plotLines: PlotLines[];
61
+ allowDecimals?: boolean;
62
+ alternateGridColor?: string;
63
+ breaks?: import("highcharts").AxisBreak[];
64
+ categories?: any[] | null;
65
+ ceiling?: number;
66
+ className?: string;
67
+ crosshair?: import("highcharts").CrosshairObject | boolean;
68
+ dateTimeLabelFormats?: import("highcharts").DateTimeFormats;
69
+ description?: string;
70
+ endOnTick?: boolean;
71
+ events?: {
72
+ afterBreaks?(event: Event): void;
73
+ afterSetExtremes?(event: import("highcharts").AxisEvent): void;
74
+ pointBreak?(event: Event): void;
75
+ setExtremes?(event: import("highcharts").AxisEvent): void;
76
+ };
77
+ floor?: number | null;
78
+ gridLineColor?: string;
79
+ gridLineDashStyle?: string;
80
+ gridLineWidth?: number;
81
+ gridLineInterpolation?: string;
82
+ id?: string;
83
+ labels?: import("highcharts").AxisLabels;
84
+ lineColor?: string | import("highcharts").Gradient;
85
+ lineWidth?: number;
86
+ linkedTo?: number;
87
+ max?: number | null;
88
+ maxPadding?: number;
89
+ maxZoom?: number;
90
+ min?: number | null;
91
+ minPadding?: number;
92
+ minRange?: number;
93
+ minTickInterval?: number;
94
+ minorGridLineColor?: string;
95
+ minorGridLineDashStyle?: string;
96
+ minorGridLineWidth?: number;
97
+ minorTickColor?: string;
98
+ minorTickInterval?: number | string | null;
99
+ minorTickLength?: number;
100
+ minorTickPosition?: string;
101
+ minorTickWidth?: number;
102
+ offset?: number;
103
+ opposite?: boolean;
104
+ plotBands?: import("highcharts").PlotBands[];
105
+ reversed?: boolean;
106
+ reversedStacks?: boolean;
107
+ showEmpty?: boolean;
108
+ showFirstLabel?: boolean;
109
+ showLastLabel?: boolean;
110
+ softMax?: number;
111
+ softMin?: number;
112
+ stackLabels?: {
113
+ align?: string;
114
+ enabled?: boolean;
115
+ format?: string;
116
+ formatter?: Function;
117
+ rotation?: number;
118
+ style?: import("highcharts").CSSObject;
119
+ textAlign?: string;
120
+ useHTML?: boolean;
121
+ verticalAlign?: string;
122
+ x?: number;
123
+ y?: number;
124
+ };
125
+ startOfWeek?: number;
126
+ startOnTick?: boolean;
127
+ stops?: Array<Array<number | string>>;
128
+ tickAmount?: number;
129
+ tickColor?: string;
130
+ tickInterval?: number | null;
131
+ tickLength?: number;
132
+ tickPixelInterval?: number | null;
133
+ tickPosition?: string;
134
+ tickPositioner?(min: number, max: number): void;
135
+ tickPositions?: number[];
136
+ tickWidth?: number;
137
+ tickmarkPlacement?: string | null;
138
+ title?: import("highcharts").AxisTitle | null;
139
+ type?: string;
140
+ units?: Array<[string, number[]]>;
141
+ visible?: boolean;
142
+ };
143
+ get overrideConfig(): {
144
+ chart: {
145
+ animation: boolean;
146
+ type: string;
147
+ zoomType: string;
148
+ };
149
+ plotOptions: {
150
+ spline: {
151
+ lineWidth: number;
152
+ states: {
153
+ hover: {
154
+ lineWidth: number;
155
+ };
156
+ };
157
+ marker: {
158
+ enabled: boolean;
159
+ };
160
+ };
161
+ };
162
+ tooltip: {
163
+ valueSuffix: string;
164
+ formatter: (this: FormatterScope) => string;
165
+ };
166
+ legend: {
167
+ enabled: boolean;
168
+ };
169
+ };
170
+ }
171
+ type Schema = BandStructurePropertySchema;
172
+ type Base = typeof Property<Schema> & Constructor<BandStructurePropertySchemaMixin>;
173
+ declare const BandStructureProperty_base: Base;
174
+ export default class BandStructureProperty extends BandStructureProperty_base implements Schema {
175
+ readonly subtitle: string;
176
+ readonly yAxisTitle: string;
177
+ readonly chartConfig: Options;
178
+ static readonly isRefined = true;
179
+ static readonly propertyName = PropertyName.band_structure;
180
+ static readonly propertyType = PropertyType.non_scalar;
181
+ constructor(config: Omit<Schema, "name"> & {
182
+ fermiEnergy?: number | null;
183
+ pointsPath?: KPointPath;
184
+ });
185
+ }
186
+ export {};
@@ -0,0 +1,218 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.BandStructureConfig = exports._POINT_COORDINATES_PRECISION_ = void 0;
7
+ /* eslint-disable class-methods-use-this */
8
+ // eslint-disable-next-line max-classes-per-file
9
+ const math_1 = require("@mat3ra/code/dist/js/math");
10
+ const utils_1 = require("@mat3ra/code/dist/js/utils");
11
+ const zip_1 = __importDefault(require("lodash/zip"));
12
+ const highcharts_1 = require("../../charts/highcharts");
13
+ const BandStructurePropertySchemaMixin_1 = require("../../generated/BandStructurePropertySchemaMixin");
14
+ const Property_1 = __importDefault(require("../../Property"));
15
+ const settings_1 = require("../../settings");
16
+ exports._POINT_COORDINATES_PRECISION_ = 4; // number of decimals to keep for point coordinates
17
+ class BandStructureConfig extends highcharts_1.HighChartsConfig {
18
+ constructor(property, chartConfig) {
19
+ var _a;
20
+ super({
21
+ subtitle: property.subtitle,
22
+ yAxisTitle: property.yAxisTitle,
23
+ yAxisType: "linear",
24
+ });
25
+ this.yDataSeries = property.yDataSeries;
26
+ this.spin = property.spin;
27
+ this.xDataArray = this.cleanXDataArray(property.xDataArray);
28
+ this.pointsPath = chartConfig === null || chartConfig === void 0 ? void 0 : chartConfig.pointsPath;
29
+ this.pointsDistanceArray = this.calculatePointsDistance(this.xDataArray);
30
+ this.fermiEnergy = (_a = chartConfig === null || chartConfig === void 0 ? void 0 : chartConfig.fermiEnergy) !== null && _a !== void 0 ? _a : null;
31
+ this.plotXLineAtPoint = this.plotXLineAtPoint.bind(this);
32
+ this.plotXLines = this.plotXLines.bind(this);
33
+ }
34
+ // round each value in array to certain precision
35
+ cleanXDataArray(rawData = []) {
36
+ return rawData.map((p) => {
37
+ if (!p || !Array.isArray(p))
38
+ return [];
39
+ return p.map((c) => {
40
+ return math_1.math.roundValueToNDecimals(c, exports._POINT_COORDINATES_PRECISION_);
41
+ });
42
+ });
43
+ }
44
+ // returns the array of distances calculated from an array of points
45
+ calculatePointsDistance(listOfPoints = []) {
46
+ let pointsDistanceSum = 0;
47
+ return listOfPoints.map((el, idx, arr) => {
48
+ if (idx !== 0) {
49
+ const distance = math_1.math.vDist(el, arr[idx - 1]);
50
+ pointsDistanceSum += Number(distance);
51
+ }
52
+ return pointsDistanceSum;
53
+ });
54
+ }
55
+ // find index of a point inside an array of points
56
+ findSymmetryPointIndex(xDataArray, point) {
57
+ return xDataArray.findIndex((p) => math_1.math.vDist(p, point) === 0);
58
+ }
59
+ // create config for vertical lines at high symmetry points
60
+ plotXLines() {
61
+ const copiedXDataArray = (0, utils_1.deepClone)(this.xDataArray);
62
+ return this.pointsPath
63
+ ? this.pointsPath
64
+ .map((p) => {
65
+ const idx = this.findSymmetryPointIndex(copiedXDataArray, p.coordinates);
66
+ // "reset" element at index if found to avoid duplicate matches
67
+ if (idx > -1)
68
+ copiedXDataArray[idx] = [-1, -1, -1];
69
+ return {
70
+ point: p.point,
71
+ distance: idx > -1 ? this.pointsDistanceArray[idx] : null,
72
+ };
73
+ })
74
+ .map(this.plotXLineAtPoint)
75
+ : [];
76
+ }
77
+ plotXLineAtPoint({ point, distance }) {
78
+ return {
79
+ label: {
80
+ verticalAlign: "bottom",
81
+ rotation: 0,
82
+ align: "center",
83
+ y: 20,
84
+ x: 0,
85
+ text: point,
86
+ },
87
+ value: distance !== null && distance !== void 0 ? distance : undefined,
88
+ width: 1,
89
+ dashStyle: "solid",
90
+ color: "#E0E0E0",
91
+ };
92
+ }
93
+ get series() {
94
+ const { fermiEnergy } = this;
95
+ const series_ = this.yDataSeries.map((item, index) => {
96
+ var _a;
97
+ // shift values by fermiEnergy
98
+ const itemUpdated = item.map((x) => {
99
+ return fermiEnergy ? Number(x) - fermiEnergy : Number(x);
100
+ });
101
+ const spin = (_a = this.spin) === null || _a === void 0 ? void 0 : _a[index];
102
+ const spinText = spin && spin > 0 ? "up" : "down";
103
+ return {
104
+ data: (0, zip_1.default)(this.pointsDistanceArray, itemUpdated),
105
+ name: spinText,
106
+ color: spinText === "up" ? "#3677d9" : "#ff7f0e",
107
+ animation: false,
108
+ };
109
+ });
110
+ return series_;
111
+ }
112
+ xAxis() {
113
+ return {
114
+ minorGridLineColor: "#E0E0E0",
115
+ minorGridLineWidth: 2,
116
+ minorTickLength: 0,
117
+ title: {
118
+ text: "Path in reciprocal space",
119
+ offset: 40,
120
+ },
121
+ type: "linear",
122
+ tickPositioner: () => [], // disable ticks
123
+ plotLines: this.pointsPath ? this.plotXLines() : undefined,
124
+ labels: {
125
+ enabled: false,
126
+ },
127
+ };
128
+ }
129
+ tooltipFormatter(xDataArray, yAxisName = "energy") {
130
+ // note 'this' below refers to Highcharts tooltip scope
131
+ // eslint-disable-next-line func-names
132
+ return function () {
133
+ return ("<b>spin:</b> " +
134
+ this.series.name +
135
+ "<br>" +
136
+ "<b>point:</b> " +
137
+ xDataArray.map((p) => {
138
+ if (!Array.isArray(p)) {
139
+ console.error("xDataArray is not a nested array", xDataArray);
140
+ return [];
141
+ }
142
+ return p.map((c) => c.toFixed(exports._POINT_COORDINATES_PRECISION_));
143
+ })[this.point.index] +
144
+ "<br>" +
145
+ "<b>" +
146
+ yAxisName +
147
+ ": </b> " +
148
+ this.y.toFixed(exports._POINT_COORDINATES_PRECISION_));
149
+ };
150
+ }
151
+ yAxis() {
152
+ return {
153
+ ...super.yAxis(),
154
+ gridZIndex: 1,
155
+ plotLines: this.fermiEnergy
156
+ ? this.plotSingleLine({
157
+ value: 0.0,
158
+ width: 2, // to be shown above above grid/tickLine at zero
159
+ label: {
160
+ text: "E_F",
161
+ style: {
162
+ color: "red",
163
+ },
164
+ y: -5,
165
+ x: -10,
166
+ },
167
+ })
168
+ : [],
169
+ };
170
+ }
171
+ get overrideConfig() {
172
+ const { xDataArray } = this;
173
+ return {
174
+ chart: {
175
+ animation: false,
176
+ type: "spline",
177
+ zoomType: "xy",
178
+ },
179
+ plotOptions: {
180
+ spline: {
181
+ lineWidth: 2,
182
+ states: {
183
+ hover: {
184
+ lineWidth: 6,
185
+ },
186
+ },
187
+ marker: {
188
+ enabled: false,
189
+ },
190
+ },
191
+ },
192
+ tooltip: {
193
+ valueSuffix: "",
194
+ formatter: this.tooltipFormatter(xDataArray),
195
+ },
196
+ legend: {
197
+ enabled: false,
198
+ },
199
+ };
200
+ }
201
+ }
202
+ exports.BandStructureConfig = BandStructureConfig;
203
+ class BandStructureProperty extends Property_1.default {
204
+ constructor(config) {
205
+ super({ ...config, name: BandStructureProperty.propertyName });
206
+ this.subtitle = "Electronic Bandstructure";
207
+ this.yAxisTitle = `Energy (${this.yAxis.units})`;
208
+ this.chartConfig = new BandStructureConfig(this, {
209
+ fermiEnergy: config.fermiEnergy,
210
+ pointsPath: config.pointsPath,
211
+ }).config;
212
+ }
213
+ }
214
+ BandStructureProperty.isRefined = true;
215
+ BandStructureProperty.propertyName = settings_1.PropertyName.band_structure;
216
+ BandStructureProperty.propertyType = settings_1.PropertyType.non_scalar;
217
+ exports.default = BandStructureProperty;
218
+ (0, BandStructurePropertySchemaMixin_1.bandStructurePropertySchemaMixin)(BandStructureProperty.prototype);
@@ -0,0 +1,25 @@
1
+ import type { Constructor } from "@mat3ra/code/dist/js/utils/types";
2
+ import type { ChargeDensityProfilePropertySchema } from "@mat3ra/esse/dist/js/types";
3
+ import type { Options } from "highcharts";
4
+ import { type ChargeDensityProfilePropertySchemaMixin } from "../../generated/ChargeDensityProfilePropertySchemaMixin";
5
+ import Property from "../../Property";
6
+ import { PropertyName, PropertyType } from "../../settings";
7
+ import { TwoDimensionalHighChartConfigMixin } from "../include/mixins/2d_plot";
8
+ export declare class ChargeDensityProfileConfig extends TwoDimensionalHighChartConfigMixin {
9
+ readonly tooltipXAxisName = "z coordinate";
10
+ readonly tooltipYAxisName = "charge density";
11
+ }
12
+ type Schema = ChargeDensityProfilePropertySchema;
13
+ type Base = typeof Property<Schema> & Constructor<ChargeDensityProfilePropertySchemaMixin>;
14
+ declare const ChargeDensityProfileProperty_base: Base;
15
+ declare class ChargeDensityProfileProperty extends ChargeDensityProfileProperty_base implements Schema {
16
+ readonly subtitle: string;
17
+ readonly yAxisTitle: string;
18
+ readonly xAxisTitle: string;
19
+ readonly chartConfig: Options;
20
+ static readonly isRefined = true;
21
+ static readonly propertyName = PropertyName.charge_density_profile;
22
+ static readonly propertyType = PropertyType.non_scalar;
23
+ constructor(config: Omit<Schema, "name">);
24
+ }
25
+ export default ChargeDensityProfileProperty;
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /* eslint-disable class-methods-use-this */
3
+ /* eslint-disable max-classes-per-file */
4
+ var __importDefault = (this && this.__importDefault) || function (mod) {
5
+ return (mod && mod.__esModule) ? mod : { "default": mod };
6
+ };
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ exports.ChargeDensityProfileConfig = void 0;
9
+ const ChargeDensityProfilePropertySchemaMixin_1 = require("../../generated/ChargeDensityProfilePropertySchemaMixin");
10
+ const Property_1 = __importDefault(require("../../Property"));
11
+ const settings_1 = require("../../settings");
12
+ const _2d_plot_1 = require("../include/mixins/2d_plot");
13
+ class ChargeDensityProfileConfig extends _2d_plot_1.TwoDimensionalHighChartConfigMixin {
14
+ constructor() {
15
+ super(...arguments);
16
+ this.tooltipXAxisName = "z coordinate";
17
+ this.tooltipYAxisName = "charge density";
18
+ }
19
+ }
20
+ exports.ChargeDensityProfileConfig = ChargeDensityProfileConfig;
21
+ class ChargeDensityProfileProperty extends Property_1.default {
22
+ constructor(config) {
23
+ super({ ...config, name: ChargeDensityProfileProperty.propertyName });
24
+ this.subtitle = "Charge Density Profile";
25
+ this.yAxisTitle = `Charge Density (${this.yAxis.units})`;
26
+ this.xAxisTitle = "Z Coordinate";
27
+ this.chartConfig = new ChargeDensityProfileConfig(this).config;
28
+ }
29
+ }
30
+ ChargeDensityProfileProperty.isRefined = true;
31
+ ChargeDensityProfileProperty.propertyName = settings_1.PropertyName.charge_density_profile;
32
+ ChargeDensityProfileProperty.propertyType = settings_1.PropertyType.non_scalar;
33
+ (0, ChargeDensityProfilePropertySchemaMixin_1.chargeDensityProfilePropertySchemaMixin)(ChargeDensityProfileProperty.prototype);
34
+ exports.default = ChargeDensityProfileProperty;
@@ -0,0 +1,145 @@
1
+ import type { Constructor } from "@mat3ra/code/dist/js/utils/types.js";
2
+ import type { DensityOfStatesPropertySchema } from "@mat3ra/esse/dist/js/types";
3
+ import type { IndividualSeriesOptions, Options } from "highcharts";
4
+ import { type FormatterScope, HighChartsConfig } from "../../charts/highcharts";
5
+ import { type DensityOfStatesPropertySchemaMixin } from "../../generated/DensityOfStatesPropertySchemaMixin";
6
+ import Property from "../../Property";
7
+ import { PropertyName, PropertyType } from "../../settings";
8
+ import { type YDataSeries } from "../include/mixins/2d_plot";
9
+ type Schema = DensityOfStatesPropertySchema;
10
+ export declare class DensityOfStatesConfig extends HighChartsConfig {
11
+ readonly yDataSeries: YDataSeries;
12
+ readonly fermiEnergy: number | null;
13
+ readonly xDataArray: Schema["xDataArray"];
14
+ readonly legends: Schema["legend"];
15
+ get overrideConfig(): {
16
+ colors: string[];
17
+ credits: {
18
+ enabled: boolean;
19
+ };
20
+ chart: {
21
+ type: string;
22
+ zoomType: string;
23
+ animation: boolean;
24
+ };
25
+ legend: {
26
+ layout: string;
27
+ align: string;
28
+ verticalAlign: string;
29
+ borderWidth: number;
30
+ };
31
+ };
32
+ constructor(property: {
33
+ subtitle: string;
34
+ yAxisTitle: string;
35
+ xAxisTitle: string;
36
+ yDataSeries: YDataSeries;
37
+ legend?: Schema["legend"];
38
+ xDataArray: Schema["xDataArray"];
39
+ }, chartConfig?: {
40
+ fermiEnergy?: number | null;
41
+ });
42
+ cleanXDataArray(rawData: Schema["xDataArray"]): number[];
43
+ get series(): IndividualSeriesOptions[];
44
+ tooltipFormatter(): (this: FormatterScope) => string;
45
+ xAxis(): {
46
+ plotLines: import("highcharts").PlotLines[];
47
+ allowDecimals?: boolean;
48
+ alternateGridColor?: string;
49
+ breaks?: import("highcharts").AxisBreak[];
50
+ categories?: any[] | null;
51
+ ceiling?: number;
52
+ className?: string;
53
+ crosshair?: import("highcharts").CrosshairObject | boolean;
54
+ dateTimeLabelFormats?: import("highcharts").DateTimeFormats;
55
+ description?: string;
56
+ endOnTick?: boolean;
57
+ events?: {
58
+ afterBreaks?(event: Event): void;
59
+ afterSetExtremes?(event: import("highcharts").AxisEvent): void;
60
+ pointBreak?(event: Event): void;
61
+ setExtremes?(event: import("highcharts").AxisEvent): void;
62
+ };
63
+ floor?: number | null;
64
+ gridLineColor?: string;
65
+ gridLineDashStyle?: string;
66
+ gridLineWidth?: number;
67
+ gridLineInterpolation?: string;
68
+ gridZIndex?: number;
69
+ id?: string;
70
+ labels?: import("highcharts").AxisLabels;
71
+ lineColor?: string | import("highcharts").Gradient;
72
+ lineWidth?: number;
73
+ linkedTo?: number;
74
+ max?: number | null;
75
+ maxPadding?: number;
76
+ maxZoom?: number;
77
+ min?: number | null;
78
+ minPadding?: number;
79
+ minRange?: number;
80
+ minTickInterval?: number;
81
+ minorGridLineColor?: string;
82
+ minorGridLineDashStyle?: string;
83
+ minorGridLineWidth?: number;
84
+ minorTickColor?: string;
85
+ minorTickInterval?: number | string | null;
86
+ minorTickLength?: number;
87
+ minorTickPosition?: string;
88
+ minorTickWidth?: number;
89
+ offset?: number;
90
+ opposite?: boolean;
91
+ plotBands?: import("highcharts").PlotBands[];
92
+ reversed?: boolean;
93
+ reversedStacks?: boolean;
94
+ showEmpty?: boolean;
95
+ showFirstLabel?: boolean;
96
+ showLastLabel?: boolean;
97
+ softMax?: number;
98
+ softMin?: number;
99
+ stackLabels?: {
100
+ align?: string;
101
+ enabled?: boolean;
102
+ format?: string;
103
+ formatter?: Function;
104
+ rotation?: number;
105
+ style?: import("highcharts").CSSObject;
106
+ textAlign?: string;
107
+ useHTML?: boolean;
108
+ verticalAlign?: string;
109
+ x?: number;
110
+ y?: number;
111
+ };
112
+ startOfWeek?: number;
113
+ startOnTick?: boolean;
114
+ stops?: Array<Array<number | string>>;
115
+ tickAmount?: number;
116
+ tickColor?: string;
117
+ tickInterval?: number | null;
118
+ tickLength?: number;
119
+ tickPixelInterval?: number | null;
120
+ tickPosition?: string;
121
+ tickPositioner?(min: number, max: number): void;
122
+ tickPositions?: number[];
123
+ tickWidth?: number;
124
+ tickmarkPlacement?: string | null;
125
+ title?: import("highcharts").AxisTitle | null;
126
+ type?: string;
127
+ units?: Array<[string, number[]]>;
128
+ visible?: boolean;
129
+ };
130
+ }
131
+ type Base = typeof Property<Schema> & Constructor<DensityOfStatesPropertySchemaMixin>;
132
+ declare const DensityOfStatesProperty_base: Base;
133
+ export default class DensityOfStatesProperty extends DensityOfStatesProperty_base implements Schema {
134
+ readonly subtitle: string;
135
+ readonly yAxisTitle: string;
136
+ readonly xAxisTitle: string;
137
+ readonly chartConfig: Options;
138
+ static readonly isRefined = true;
139
+ static readonly propertyName = PropertyName.density_of_states;
140
+ static readonly propertyType = PropertyType.non_scalar;
141
+ constructor(config: Omit<Schema, "name"> & {
142
+ fermiEnergy?: number | null;
143
+ });
144
+ }
145
+ export {};